There is a contest! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
| imesecan | Sep.15.2015 at 09:33:50 AM | |
| 0 | -- Test 1 --- Question: You Will Be Given One Line of Text.
--- Pattern --- 8 27
|
| imesecan | Mar.08.2017 at 08:23:22 AM | |
| 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.. }
|
|