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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Find the highest score for a given number of students

Luz5年前 (2021-05-10)422
This problem requires the preparation of procedures to find the highest score.###Input format:Enter a positive integer '…

PROGRAMMING:Output the digits of an integer in reverse order

Luz5年前 (2021-05-10)397
This problem requires the preparation of procedures for the input of a non negative integer, starting from the low bit b…

PROGRAMMING:Find out the highest score of a group of students

Luz5年前 (2021-05-10)433
This problem requires the preparation of procedures to find the highest score.###Input format:Input gives a series of no…

PROGRAMMING:Structure outputs the information of the highest achievers

Luz5年前 (2021-05-10)382
The information of known students includes name and grade. Write a program to input the information of five students fro…

PROGRAMMING:Calculates the distance between two points in a coordinate system

Luz5年前 (2021-05-10)451
Define a structure type to represent the coordinates (x, y) of a point on the plane, and input the coordinates of two po…

PROGRAMMING:Output all prime numbers from 2 to n

Luz5年前 (2021-05-10)384
This problem requires the output of all prime numbers between '2' and 'n', and output '10' per line. A prime is a positi…

PROGRAMMING:Application of Commons type

Luz5年前 (2021-05-10)402
The school staff are divided into two categories: teachers and administrators. The data of teachers include: number, nam…

PROGRAMMING:Statistical score 2

Luz5年前 (2021-05-10)413
Statistics of student performance (large data scale, efficient input and efficient algorithm, mainly card time)This prob…

PROGRAMMING:Output the first n Fibonacci numbers

Luz5年前 (2021-05-10)444
This problem requires the preparation of procedures, output Fibonacci (Fibonacci) sequence of the first $$n $$items, eac…

PROGRAMMING:Print parallelogram

Luz5年前 (2021-05-10)515
The following example outputs a parallelogram of n * n###Input format:Input n (0 ˂ n ˂ 21)###Output format:Output a para…