11722 - 231001_12/7_practice12-1   

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:

  1. There is a space between each information.

  2. score: round off to the four decimal place (四捨五入至小數點第四位).

  3. Change a new line at the end of each information.

Sample Input  Download

Sample Output  Download

Tags




Discuss