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.