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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Judge leap year

Luz5年前 (2021-05-10)503
Input a year, if it is leap year output "Yes", otherwise output "No".### Input:One positive integer### Output:"Yes" or "…

PROGRAMMING:Maximum3

Luz5年前 (2021-05-10)455
Output the maximum of the three input numbers.### Input format:Input three integers separated by space### Output format:…

PROGRAMMING:Grades

Luz5年前 (2021-05-10)442
Pat is held three times a year, which is divided into top, advanced and basic levels. Xiaoming's company is looking for…

PROGRAMMING:Divisibility problem

Luz5年前 (2021-05-10)568
Judging whether a number can be divided by another integer is a very simple problem. Lazy Xiao Ming still doesn't want t…

PROGRAMMING:Test c++

Luz5年前 (2021-05-10)441
Output n integers input from the console in reverse order###Input format:Enter a number N in the first line to represent…

PROGRAMMING:Calculate the area of a circle

Luz5年前 (2021-05-10)399
Enter the radius of the circle from the keyboard, calculate the area of the circle and output. Pi = 3.1415926.###Input f…

PROGRAMMING:to greet

Luz5年前 (2021-05-10)521
Output greetings: Hello! What's your name?Enter the name from the keyboard and output the welcome message.###Input forma…

PROGRAMMING:1!+ 2!+...+ n!

Luz5年前 (2021-05-10)380
Caculate 1!+ 2!+...+ n!### Input:An integer for n.### Output:An interger for the result.### Input sample:```five```### O…

PROGRAMMING:Finding prime numbers

Luz5年前 (2021-05-10)413
Now I give you n numbers of 0 ~ 9 side by side in a column, and also give a length of L. It is stipulated that starting…

PROGRAMMING:People gather by category

Luz5年前 (2021-05-10)456
Xiao Ming likes to classify his classmates. Each class is marked with a capital letter. He is only willing to get close…