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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:(A+B)*C

Luz5年前 (2021-05-10)413
###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

Luz5年前 (2021-05-10)545
###Task descriptionInput an ASCII code, output its corresponding character before and after the character.###Input forma…

PROGRAMMING:Output the second integer

Luz5年前 (2021-05-10)424
###Task descriptionInput three integers and output the second one.###Input format:There is only one line of three intege…

PROGRAMMING:Real number operation

Luz5年前 (2021-05-10)378
###Task descriptionThis topic requires reading in two real numbers, and then output the sum and product of the two numbe…

PROGRAMMING:Know integer 3

Luz5年前 (2021-05-10)399
###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

Luz5年前 (2021-05-10)377
###Task descriptionThis topic requires reading in two integers a and B, and then output their sum, difference, product,…

PROGRAMMING:Male standard weight

Luz5年前 (2021-05-10)457
###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

Luz5年前 (2021-05-10)493
###Task descriptionThis topic requires reading in a real number representing the radius of the circle and outputting the…

PROGRAMMING:Calculation related to circle

Luz5年前 (2021-05-10)425
###Task descriptionThe radius of the circle is given, and the diameter, perimeter and area of the circle are calculated.…

PROGRAMMING:Division with remainder

Luz5年前 (2021-05-10)383
###Task descriptionGiven divisor and divisor, find integer quotient and remainder.In this question, please use the defau…