11722 - 231001_12/7_practice12-1
|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
| Case 2 |
1 sec |
32 MB |
| Case 3 |
1 sec |
32 MB |
| Case 4 |
1 sec |
32 MB |
Description
Input an integer n, there is 3 data of n students you need to store.
3 data: ID, name and score
-
ID: An integer
-
name: A string
-
score: A decimal number (float 小數)
Input
Input: See the sample I/O
Input format: See the sample I/O
Output
-
Output: See the sample I/O
-
Output format:
-
There is a space between each information.
-
score: round off to the four decimal place (四捨五入至小數點第四位).
-
Change a new line at the end of each information.
Tags