Сегодняшний контест подготовлен нами, командой Saratov SU 2 (Максим Иванов, Артем Рахов, Коля Кузнецов).
От Вас потребуется решить пять простых и не очень задачек для одного Царя, про которого вы вряд ли что-нибудь слышали раньше. Царь надеется, что задачи окажутся не очень сложными для Вас, и у него будет богатый выбор среди различных решений по каждой задаче.
UPD. Контест окончен, всем спасибо.
Поздравляем rng_58 с победой!
Контест помогали готовить Михаил Мирзаянов и Дмитрий Матов.
Условия задач можно скачать одним PDF-файлом:
P.S. Не забудьте ознакомиться с правилами контеста Codeforces Format, если вы участвуете впервые!
Существует ли тест, который заваливает такое решение?
4 2
0 2 3 9 2
5
Ответ: 17.98749007417713100000
it's the same as sample test #2.
check that you use the same compiler and the same settings on your computer as in system.
No, it was absolutely the same.
I didn't look at your solution, but some people had problems with floating-point numbers: they work differently in different compilers.
Я упал на 41ом, потому что при проверке даты на валидность забыл учесть високосный ли год.
С поправкой решение прошло.
1 0 1
я жолтый....наконец-то :) УРА
ну й конечно-спасибо за интересный контест !)
1.
if b=0 then result(0), end
for i = -1000 to 1000
if process(i)=true then result(i), end
result(NO), end
2.
for i = 0 to 1000
if process(i)=true then result(i), end
if process(-i)=true then result(-i), end
result(NO), end
But following got wrong answer on pretest 6
for i = -1000 to 1000
if process(i)=true then result(i), end
result(NO), end
It seems, it is required to output 0 when b=0, though any other answer may also be correct. I'm not sure about that.
If I am wrong, please anybody explain.
Can anybody give me actual pretest 6 for problem A?
Sorry about my poor English and for re-posting.
It seems the testcases for problem B are not complete.
Sorry, can the tutorial in English?
What happened to the judge?
It's a random test:
"qmdmxlhwjldezdahqtixkbdtvuzjsgoirrwrqrbtulnhixpmghfjcbwgtcikpsgdfgvhxhrlqbmhlffr"
one of the answers:
3
33 1
34 3
80 1
And i really interested your site, although it is in Russian :)