当前位置:首页
> Luz 第2840页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Bonus
###Task description```The bonus paid by the enterprise is based on the profit commission.When the profit (I) is less tha…
PROGRAMMING:Palindrome number
###Task description```A nonnegative integer n is palindrome if the digits are symmetrical from left to right.```###Input…
PROGRAMMING:Character graphics
###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
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
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
###Task description```Program output decimal non negative integer into octal number sequence( You can't use recursive fu…
PROGRAMMING:Decimal to binary
###Task description```Program output decimal non negative integer into binary number sequence( You can't use recursive f…
PROGRAMMING:Decimal to hexadecimal
###Task description```Program output decimal non negative integer into hexadecimal number sequence( You can't use recurs…
PROGRAMMING:Decimal to n
###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
From the keyboard, input the scores of all courses of a student in the format of "Course Name: Scores". Each course occu…