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

Автор CrocHold, история, 3 года назад, По-английски

I was solving https://codeforces.com/contest/1283/problem/D , and created this code https://codeforces.com/contest/1283/submission/118870482 for it, it gives correct outputs, but i'm getting this error- memory limit exceeded at test 5

I researched a bit online and found that removing push_back statements and defining size of 2d vector should help. but when i tried to do that usin a 1 d array...i got a worse memory limit exceeded error.. at test 3 only.

If anyone has any idea whats wrong, kindly do let me know. thanks!

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

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

Auto comment: topic has been updated by CrocHold (previous revision, new revision, compare).