mihail's blog

By mihail, 13 years ago, In English

Hi everyone!


I was recently practicing and saw an error in a problem description.

The problem was D on Codeforces Beta Round #75 (Div. 2 Only) 

It says that n <= 10^5, but a test failed for me with n > 70000
The correct statement should say n <= 10^6

I'm not sure who I should report this too, so I'm posting it here.
  • Vote: I like it
  • -8
  • Vote: I do not like it

13 years ago, # |
  Vote: I like it +8 Vote: I do not like it
70000 < 100000 (10^5)
What's the problem?