当前位置:首页
> Luz 第2602页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Judge leap year
Input a year, if it is leap year output "Yes", otherwise output "No".### Input:One positive integer### Output:"Yes" or "…
PROGRAMMING:Maximum3
Output the maximum of the three input numbers.### Input format:Input three integers separated by space### Output format:…
PROGRAMMING:Grades
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
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++
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
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
Output greetings: Hello! What's your name?Enter the name from the keyboard and output the welcome message.###Input forma…
PROGRAMMING:1!+ 2!+...+ n!
Caculate 1!+ 2!+...+ n!### Input:An integer for n.### Output:An interger for the result.### Input sample:```five```### O…
PROGRAMMING:Finding prime numbers
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
Xiao Ming likes to classify his classmates. Each class is marked with a capital letter. He is only willing to get close…