Зеркало NEERC-2015 пройдёт в воскресенье, 6 декабря в 11:00 по Москве на Яндекс.Контесте. По этой ссылке можно зарегистрироваться, а во время контеста — участвовать. Можно участвовать как индивидуально, так и командно. Удачи на контесте!
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Зеркало NEERC-2015 пройдёт в воскресенье, 6 декабря в 11:00 по Москве на Яндекс.Контесте. По этой ссылке можно зарегистрироваться, а во время контеста — участвовать. Можно участвовать как индивидуально, так и командно. Удачи на контесте!
Название |
---|
Автокомментарий: текст был переведен пользователем snarknews (оригинальная версия, переведенная версия, сравнить).
Auto comment: topic has been updated by snarknews (previous revision, new revision, compare).
Автокомментарий: текст был обновлен пользователем snarknews (предыдущая версия, новая версия, сравнить).
Is it possible for me to de-register from the contest on the Yandex system? I would like to enter as a team but accidentally joined as an individual.
Need register your all teammates(in Yandex system) and create a team or create one account and write on it
I joined as an individual by accident, so I was wondering how to de-register (I know how to register as a team). Thanks for your help though!
Send the message to me with your login name, i will try to fix this issue.
GNU c++ 11 (4.9) g++ -O2 -fno-stack-limit -std=c++0x -x c++ file -o executable_file executable_file
Shouldn't it be -std=c++11?
Contest has just ended. How to solve F, G and J ?? I only solved A and E.
G, at most one t_j will be not equal to the index of the largest number in a series.
How to solve J?I find a solution which generates the querys to limit to 2*n,but not n+500.
I guess you already have the following algo:
Now in step 1, instead of using those N queries, use random 500 times.
I know why I got failed.Before I just used o(n+n/2) rand() operations, now instead I use o(n/2*n) rand() operations and got AC.
How to solve B,C,D?
You may watch the video of problem analysis talk. It is in Russian, but slides are in English.
thanks a lot