Comments
|
+3
Good job:) Your post is simple and clear. |
|
+28
|
|
0
Don't suspect their strength or authenticity :)
By the way, watashi has won the silver medal of world final 2009. |
|
0
Oh, more accurately, t__nt and watashi are in the same grade. Moondy is younger.
|
|
0
The oldest one among them is t__nt. Now he is a postgraduate in grade 1. |
|
+5
They are yellow just because they rarely take part in SRMs.
|
|
0
I have met this bug before.
foreach(it,v[pos]) { /* if you print something here, the result would change back to "YES". */ if(!visited[*it]) { DFS(*it); } } |
|
+23
:'( What a pity, rank 71. One more T-shirt, please?
|
|
0
Agree with you. The testdata looks weak.
This kind of problems should generate data with defferent monotonicity to beat various brute force approaches. |
|
+7
What about Haskell and ActiveTcl?
The "readability" is based on coder, but not on language. I think most Codeforces contestants are willing to be hacked so that they could resubmit earlier. Unlike TopCoder rules, it is unwise to write dirty code here. |
|
+6
To be fair, everyone may choose any language he prefers.
I think Codeforces is not a platform for just C++/Java fans. |
|
+15
|
|
+21
Especially when hacking, it takes long time for opening the source.
Hope it will be better in the coming contests. |
|
+7
Yep, the violet names look like some links which have been clicked. |
|
0
Expecting English tutorial :) UPD: I see. |
|
0
This bug happens only when I submitting files. If I submit code via textbox, everything will be ok. |
|
+2
The same to me.
The "Who" at problemset status is always wrong. |
|
0
![]() Look. |
|
0
Test data is displayed twice under source code.
Is it a bug? |
|
0
War of Hackers.
|
|
0
More details, you can see here.
|
|
0
The DP runtime can be O(n^2) for each point. First, sort other points by polar angle for each point. This is O(n^2logn). Then we can handle the DP by a rotating sweepline, it is O(n^3). So, total is O(n^2logn + n^3)=O(n^3). |
|
0
When I added a new friend, I would send sth to him, then the TALKS book became my friend list....
|
|
0
How to solve problem E? The submissions look short.
|
|
0
Good post.
But my experiment shows that cstdio is always the fastest. |
|
On natalia →
School Individual Contest #2 (WCS 2010/11) - Codeforces Beta Round #43 (ACM-ICPC Rules): A, C, F and G tutorial, 17 months ago
+5
:) Though the checker was wrong, I favour problem G. |
|
+1
I have the same questions.
|
|
0
Ha, I like Beta better.
|
|
-4
The tutorial is nice. |
|
0
I don't think so. That's not bad logic or bad style, but bad English. Some guys here had solved thousands of ICPC problems, but couldn't understand the problem-statement of problem C.
Maybe the version you read was the Russian one? |




