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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output rule graph 2

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

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

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

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

Luz5年前 (2021-05-10)351
Determine whether two strings composed of uppercase and lowercase letters and spaces contain exactly the same letter aft…

PROGRAMMING:Number seven game

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

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

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

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

Luz5年前 (2021-05-10)380
This topic requires the input string flip###Input format:Enter a line of string, all the content to maintain the relativ…