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

Автор WhaleVomit, история, 6 лет назад, По-английски

Every time I try to sign in with Google, it says "An Error occurred: Invalid social token." Is anyone else having this issue?

I have tried reloading the page and the browser, and signing in and out of Google. Nothing works.

EDIT: It has been fixed

Полный текст и комментарии »

  • Проголосовать: нравится
  • +18
  • Проголосовать: не нравится

Автор WhaleVomit, история, 6 лет назад, По-английски

I was working on the problem Xenia and Tree here: http://codeforces.com/problemset/problem/342/E

But the problem statement doesn't actually matter.

My first solution gets WA: http://codeforces.com/contest/342/submission/33140735

and my second gets AC: http://codeforces.com/contest/342/submission/33140905

The only difference between the two submissions that mattered is that I increased MAX_N from 100000 to 100005. This should not have changed anything, because I'm pretty sure my array sizes were all large enough. So why did this happen?

Полный текст и комментарии »

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится