-->
当前位置:首页 > Luz 第2840页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Bonus

Luz5年前 (2021-05-10)452
###Task description```The bonus paid by the enterprise is based on the profit commission.When the profit (I) is less tha…

PROGRAMMING:Palindrome number

Luz5年前 (2021-05-10)434
###Task description```A nonnegative integer n is palindrome if the digits are symmetrical from left to right.```###Input…

PROGRAMMING:Character graphics

Luz5年前 (2021-05-10)514
###Task description```Input positive integer n and character c, output (2 * n-1) lines of the following regular characte…

PROGRAMMING:Output the number within a that can be divided by B

Luz5年前 (2021-05-10)415
This topic requires reading in two non-zero positive integers a and B not exceeding 100, and then outputting all the num…

PROGRAMMING:Xiao Lu picks apples

Luz5年前 (2021-05-10)474
There is an apple tree in Xiaolu's yard. Every autumn, the tree will bear 10 apples. When the apple is ripe, Xiao Lu wil…

PROGRAMMING:Decimal to octal

Luz5年前 (2021-05-10)449
###Task description```Program output decimal non negative integer into octal number sequence( You can't use recursive fu…

PROGRAMMING:Decimal to binary

Luz5年前 (2021-05-10)426
###Task description```Program output decimal non negative integer into binary number sequence( You can't use recursive f…

PROGRAMMING:Decimal to hexadecimal

Luz5年前 (2021-05-10)433
###Task description```Program output decimal non negative integer into hexadecimal number sequence( You can't use recurs…

PROGRAMMING:Decimal to n

Luz5年前 (2021-05-10)469
###Task description```Converts a decimal non negative integer m to an n-ary number( The number of n-base has 0, 1, 2,...…

PROGRAMMING:JMU Python score checking

Luz5年前 (2021-05-10)430
From the keyboard, input the scores of all courses of a student in the format of "Course Name: Scores". Each course occu…