HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Forums > Discussion of problems > topic:


Problem "50484 - Number Of Letters"

There is a contest!

В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.

imesecanSep.15.2015 at 09:33:50 AM
0-- Test 1 ---
Question: You Will Be Given One Line of Text.

--- Pattern ---
8 27

imesecanMar.08.2017 at 08:23:22 AM
1In 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..
}


www.contester.ru