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

Обсуждение задачи 1438. Time Limit Exceeded

Test 11 is incorrect (+)
Послано Dmitry 'Diman_YES' Kovalioff 5 мар 2006 13:58
It has no end command, and nothing was said what to do after the last line of the program is executed and no jump or end command is found - in that case you will violate the program borders and try to execute unexisted command. The test must be fixed (as well as test 2 and maybe some other tests, because the program without an end command is nonsense).

I managed to pass this test just by terminating the solution in case of program borders violation.

P.S. I hope no rejudge is scheduled, because my program is very slow and I know the test which can make it TLE easily ;)
Re: Test 11 is incorrect (+)
Послано Burunduk1 5 мар 2006 20:59
If it is so it is good!
2 days of debuging and WA 11 as result...

PS:
What is happened?
Tests for last contest were wrong in half of problems. :(
(On this contest I had 3 AC instead of 6 :( )
Re: Test 11 is incorrect (+)
Послано Vladimir Yakovlev (USU) 5 мар 2006 23:41
Oh! You are right...
Sorry, I didn't noticed it when reviewed tests.

This problem is not finished yet. Some tests will be added soon and problem will be rejudged.