| 
| Идёт турнир! |  | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания. 
 |  
 | 
| imesecan | 15.сен.2015 в 09:33:50 |  |  | 0 | -- Test 1 --- Question: You Will Be Given One Line of Text.
 
 --- Pattern ---
 8 27
 
 
 |  | imesecan | 08.мар.2017 в 08:23:22 |  |  | 1 | In C++, to read until the end of file, you can read from file and use while(fin>>text){
 your operations..
 }
 
 where fin is an input file.
 
 In java
 while((str=input.readLine())!=null){
 your operations..
 }
 
 
 |  
 |