ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Форумы > Обсуждение задач > тема:


Задача "50484 - Number Of Letters"

Идёт турнир!

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

imesecan15.сен.2015 в 09:33:50
0-- Test 1 ---
Question: You Will Be Given One Line of Text.

--- Pattern ---
8 27

imesecan08.мар.2017 в 08:23:22
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