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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Judging the structure of the beginning and end of a string

Luz5年前 (2021-05-10)416
Enter a string to determine whether the head and tail correspond. For example, the string 'abcba' corresponds to the beg…

PROGRAMMING:String space elimination

Luz5年前 (2021-05-10)418
Enter a string to delete all spaces in the string###Input format:Enter a string###Output format:Output the string after…

PROGRAMMING:Print special triangles

Luz5年前 (2021-05-10)435
Input a number N and output a specific triangle of N layers. The number growth in the triangle is regular.###Input forma…

PROGRAMMING:Find the last character

Luz5年前 (2021-05-10)567
Enter a string and output the last character###Input format:Enter 1 string###Output format:Last character###Input exampl…

PROGRAMMING:Sum of specific numbers

Luz5年前 (2021-05-10)653
Xiao Li is very interested in numbers containing 2, 0, 1 and 9 (excluding leading 0). Among the numbers from 1 to 40, th…

PROGRAMMING:Height of chimney

Luz5年前 (2021-05-10)389
It is known that the distance between a person and the chimney is $$a $$, the height of a person's eyes from the ground…

PROGRAMMING:Class queuing

Luz5年前 (2021-05-10)362
Xiao Yang is the monitor of a new high in his class. Teacher Wang assigned Xiao Yang a task, asking that the boys and gi…

PROGRAMMING:Beautiful spiral

Luz5年前 (2021-05-10)459
Output a square matrix with specified side length, and the values in the matrix are spirally distributed from the middle…

PROGRAMMING:Statistics of class performance

Luz5年前 (2021-05-10)433
The head teacher should count the grades of all the students in the class, but when the Chinese teacher provides the dat…

PROGRAMMING:Reverse order output

Luz5年前 (2021-05-10)440
####Task description```Input several integers and output in reverse order.```####Input format:```A number of integers, s…