当前位置:首页
> Luz 第2986页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output rule graph 2
Input a positive integer n (n ˃ = 1), output 2 * n-1 layer diamond.###Input format:A positive integer n (n ˃ = 1)###Outp…
PROGRAMMING:Calculate the integral
There are 12 teams participating in the women's Volleyball World Cup. The competition adopts the single cycle mode and t…
PROGRAMMING:Score statistics 1
Enter a positive integer n (n ˃ = 1), and then enter n lines of data, which shows the scores of each subject of a class.…
PROGRAMMING:Score statistics 2
Enter a positive integer n (n ˃ = 1), and then enter n lines of data to show the scores of each subject of each student…
PROGRAMMING:String grading
Determine whether two strings composed of uppercase and lowercase letters and spaces contain exactly the same letter aft…
PROGRAMMING:Number seven game
The number seven game is a common drinking order, that is, many people in a circle, starting with one person calling a n…
PROGRAMMING:Solving the right most value problem
Given n (no more than 20) elements, this problem solves the right most value problem. The so-called "right most value" r…
PROGRAMMING:Suffix evaluation (one bit integer operands version)
We humans are used to writing infixes, such as' 3 + 5 * 2 ', whose value is' 13'( p. Why do people get used to infix? Is…
PROGRAMMING:Number root
The number root is the recursive sum of all the numbers in the number.Given a positive integer n, take the sum of the nu…
PROGRAMMING:Flip Words
This topic requires the input string flip###Input format:Enter a line of string, all the content to maintain the relativ…