-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:The establishment of students' order table

Luz3年前 (2021-05-10)题库323
Complete the establishment of a sequence table, each element of the table is the student number, name and three course scores of students, input the information of five students, and then display on the screen( Basic operations requiring the use of a sequence table)
###Input format:
Please write the input format here. For example: input 2 integers a and B with absolute value no more than 1000 in one line.
###Output format:
Please describe the output format here. For example, for each group of inputs, output the value of a + B in one line.
###Input example:
```in
Here is a set of inputs. For example:
18 -299
```
###Output example:
```out
The corresponding output is given here. For example:
-281
```






answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。