Внимание участникам Дивизиона 1! В Codeforces Beta Round #32 в качестве тестовой возможности будет доступно участие «Вне конкурса».
Как вы все прекрасно знаете, 2-ое октября – День рожденья Махатмы Ганди. Мы посвящаем сегодняшний раунд ему, и многим другим замечательным людям, родившимся 2-го октября :)
Раунд помогали готовить Михаил Мирзаянов, Матов Дмитрий и Макс Иванов.
Отдельное спасибо Юлии Сатушиной за перевод большей части условий.
Всем удачи!
Артем Рахов и команда Codeforces
UPD:
- Задачи
- Результаты
- Победитель: Rei
- Решения участников из Дивизиона 1 будут протестированы чуть позже
Ждём с нетерпением!)
Всем удачи, кому посинеть, кому покраснеть, а кому и позеленеть :))
Will all the following contests be codeforces format?
i sacrificed my class only for codeforces contest :(
problem C's test 5 is?and the answer.thanks~
the correct one is?
printf("I64d\n",ans);
not printf("lld\n",ans);
The first time for me to participate.
I missed several previous contests since they were in the midnight.
Отлично CodeForces !
Вообще возможно такое (именно одновременность контестов)?
скрин:
code.replaceAll("--","2"). replaceAll("-\\.","1").replaceAll("\\.","0");
:)
Please send me a private message with your solution or some hints. Thx:)
Let's reflect man's point A along the line M1 M2; denote this point as C (we can think of it as a "fake image" of point A).
Then the segment BC intersects then M1 M2 segment exactly in the point necessary to you - it's the point where the ray from point A should reflect from the mirror to reach point B.
So, in this problem you have to know how to reflect some point from a line, to check whether the point lies on a segment M1 M2, and then check that the ray haven't intersected the wall W1 W2.
Let's reflect man's point A along the line M1 M2; denote this point as C (we can think of it as a "fake image" of point A).
Then the segment BC intersects then M1 M2 segment exactly in the point necessary to you - it's the point where the ray from point A should reflect from the mirror to reach point B.
So, in this problem you have to know how to reflect some point from a line, to check whether the point lies on a segment M1 M2, and then check that the ray haven't intersected the wall W1 W2.
input: 999463 261665 981183
answer: 9566472400
"Nothing" doesn't conform to this specification, hence PE.