Mirror of NEERC-2015 will start at Sunday, December 6, 11:00 Moscow Time. Mirror will be hosted on Yandex.Contest. Enter, register and participate. Both team and individual participation are possible. Good luck on the contest!
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 4 | Proof_by_QED | 146 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
Mirror of NEERC-2015 will start at Sunday, December 6, 11:00 Moscow Time. Mirror will be hosted on Yandex.Contest. Enter, register and participate. Both team and individual participation are possible. Good luck on the contest!
| Name |
|---|



Auto comment: topic has been updated by snarknews (previous revision, new revision, compare).
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