ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1001. Обратный корень

who can tell me how many integer numbers shoud I input each time?
Послано hengxin 12 янв 2009 17:21
from the statements of the problem ,I don't know how to end my input .Is there anyone can help me?
Thank you very much
max 131072 integers, not more :)
Послано OpenGL 13 янв 2009 17:37


Edited by author 13.01.2009 17:38
Don't know
Послано Angelwarrior 21 мар 2009 05:13
I really don't know how to end my input file... Should I write while not eof do???
Re: Don't know
Послано Scorpion 2 ноя 2009 00:46
Enter Ctrl+Z - eof
Re: who can tell me how many integer numbers shoud I input each time?
Послано Ivailo 9 ноя 2009 01:47
If you data type is double or float or something like that, to end the input you can simply type a letter (a-z , A-Z).But bare in mind that in the example input there is no such letter so I don't have a clue how to end it according ot the judge criteria. :P :D