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

Обсуждение задачи 1246. Собака на привязи

Changes in problem 1246 (+)
Послано Sandro (USU) 12 апр 2007 12:45
Numbers in exponential notation were deleted from the tests.
All coordinates now are integers from -50000 to 50000. New tests were added and the problem was rejudged.
Re: Changes in problem 1246 (+)
Послано Fyodor Menshikov 11 янв 2009 21:11
Sandro (USU) писал(a) 12 апреля 2007 12:45
Numbers in exponential notation were deleted from the tests.

What is the reason for this?

It was such an exciting adventure to solve this problem in Java! java.util.Scanner is too slow, java.io.StreamTokenizer with standard settings does not understand exponential notation. That was fantastic!

I don't know any other problem that uncovers fact that StreamTokenizer does not support exponential notation. It is very big loss that coordinates are integer now.