当前位置:首页
> Luz 第2746页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Find the highest score for a given number of students
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
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
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
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
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
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
The school staff are divided into two categories: teachers and administrators. The data of teachers include: number, nam…
PROGRAMMING:Statistical score 2
Statistics of student performance (large data scale, efficient input and efficient algorithm, mainly card time)This prob…
PROGRAMMING:Output the first n Fibonacci numbers
This problem requires the preparation of procedures, output Fibonacci (Fibonacci) sequence of the first $$n $$items, eac…
PROGRAMMING:Print parallelogram
The following example outputs a parallelogram of n * n###Input format:Input n (0 ˂ n ˂ 21)###Output format:Output a para…