当前位置:首页
> Luz 第2606页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Detach a three-digit integer
Input a three-digit integer, detach its units, tens and hundr.ds, and output them on the screen.### Input:Input a three-…
PROGRAMMING:Chicken and rabbit in the same cage
The total number of chickens and rabbits is n, and the total number of legs is m. Input n and m, then output the number…
PROGRAMMING:all round player
It is known that there are $$n $$ball players, among which:$$a $$can play basketball, $$B $$can play volleyball, $$C $$c…
PROGRAMMING:Simple I / O
Write a program, input two positive integers a and B (less than 1000) from the keyboard, and calculate their quotient (A…
PROGRAMMING:The format should be unified
Xiao Ming's father is a rigid and serious person. He always asks for uniformity. Every time Xiao Ming reports his exam r…
PROGRAMMING:Buy Apple
Input the price for apple and the amount you buy , calculate how much you should pay.### Input:Two numbers separated by…
PROGRAMMING:Area of circle
Input the radius of a circle , calculate the area. The result remain 2 digits after decimal point. (pi=3.1415)### Input…
PROGRAMMING:Piecewise function
According to the following piecewise function, input the value of X and output the corresponding value of Y.#…
PROGRAMMING:Can triangle 1 be formed
Input the three sides of the triangle to judge whether it can form a triangle. If it can output yes, otherwise it will o…
PROGRAMMING:Branch nesting
Realize the following function. Please output the corresponding result according to the input X.###Input form…