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

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

I just noticed that Codeforces has no problem judging c++ programs that are using %lld. So what is that warning for?

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

»
8 лет назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Exactly my thoughts. I've actually submitted several solutions, and never had a problem with it. I never do it in rounds though. If it's fine now, I hope they remove the warning, so I don't keep changing it every time before I submit. ( i64Dd does not work on machine).

»
8 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

I just asked the same question recently. http://codeforces.com/blog/entry/45956