It starts in just over an hour, and will last 25 hours.
Link for registering/competing here.
Good Luck!
№ | Пользователь | Рейтинг |
---|---|---|
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 | 166 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
It starts in just over an hour, and will last 25 hours.
Link for registering/competing here.
Good Luck!
Название |
---|
Am I right that X points after systests is enough to advance?
X = 100?
Qualification Round 2013 — Contestants with 35 points advance to the next round.
I also searched for this information for some minutes: It's in the head line of the scoreboard.
y for larger input data,the results will be announced after the contests?? <>
Yes
@AvadaKedavra I asked y,not "yes" or "no"
Why don't you say "why" instead of "y"?
How to solve D-Large?
One can prove that you can open all the chests iff you have enough keys of each color (including keys in closed chests) and for each unopened chest you can open by some openings sequence (can be checked by dfs). Now you can open chests one by one greedily preserving this property.
What is the solution to C , 2nd large ?
First reference sequence and Second reference sequence
Backtrack to generate all the palindromes (most of the cases will be pruned quite early, and in total there are only 41551 palindromes whose value is less than 10^100).
What do you mean by backtrack in this case? Is there a property that allows you to generate square palindroms of length n given all square palindroms of length < n?
You can notice the title of the sequence here: "Palindromes whose square is a palindrome; also palindromes whose sum of squares of digits is less than 10". And then you can generate all palindromes by iterating over the first half of the number (25 digits maximum), add a reversed second half, square it and get one asked number.
Also, if A[i]>=B[i], where A is first half of the number, which square is palindrome too, then B's square is also a palindrome. Palindrom generation works almost instantly.
Does anyone know how to get stats data (such as how many coders solve a problem, etc) from GCJ scoreboard? I just want to do some data analysis with GCJ data.
Wait some time until stats will published here. The maintainer of this side provides even ist database data where you can do any analysis you want! Google itself refers to him for finding solutions and doing analysis.
Google actually employs him :)
http://ahmed-aly.com/CodeJamTools/