Блог пользователя mihail

Автор mihail, 13 лет назад, По-английски

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.
  • Проголосовать: нравится
  • -8
  • Проголосовать: не нравится

13 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится
70000 < 100000 (10^5)
What's the problem?