Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.  Question by Ibrahim Mesecan. 
  
 
Find Student
Question:  
You will be given an ID which is followed by
the information of 4 students. Show the information
for the student with the given ID.
 
Input specification   
You will be first given an integer ID. In the following 
4 lines, you will be given the information for 4 students.
Each line contains:
 
 - ID: an integer between 100 and 1000
 
 - class name: 3 characters long string which contains only letters and digits. 
 
 - Student name and surname: string which are not longer than 15 characters. And they contain only English letters. 
 
 - Student grade: An integer between 1 and 100 
 
 
Output specification   
Show all the information for the student with the given ID.  
  
 
|  Sample Input I    | 
 Sample Output I    | 
 
  583  
228 10C Albana Reka 57  
583 11A Albana Veizi 41  
436 12A Mondi Ramushi 22  
730 12B Arnold Bega 25 
 | 
 583 11A Albana Veizi 41 
 | 
 
 
 
Для отправки решений необходимо выполнить вход.
  
 |