当前位置:首页
> Luz 第2823页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:(A+B)*C
###Task description:Read in three integers a, B and C, and output the value of (a + b) * C.###Input format:Input only on…
PROGRAMMING:Print characters
###Task descriptionInput an ASCII code, output its corresponding character before and after the character.###Input forma…
PROGRAMMING:Output the second integer
###Task descriptionInput three integers and output the second one.###Input format:There is only one line of three intege…
PROGRAMMING:Real number operation
###Task descriptionThis topic requires reading in two real numbers, and then output the sum and product of the two numbe…
PROGRAMMING:Know integer 3
###Task descriptionThis topic requires to read in a positive integer a in the form of octal, then read in a positive int…
PROGRAMMING:Four operations 2
###Task descriptionThis topic requires reading in two integers a and B, and then output their sum, difference, product,…
PROGRAMMING:Male standard weight
###Task descriptionAccording to the calculation method recommended by who, the standard weight of male is (height cm-80)…
PROGRAMMING:Calculate the area of a circle
###Task descriptionThis topic requires reading in a real number representing the radius of the circle and outputting the…
PROGRAMMING:Calculation related to circle
###Task descriptionThe radius of the circle is given, and the diameter, perimeter and area of the circle are calculated.…
PROGRAMMING:Division with remainder
###Task descriptionGiven divisor and divisor, find integer quotient and remainder.In this question, please use the defau…