Блог пользователя da.2396

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

Recently I was working on Greedy problems and I encountered one of the very prominent problem of runtime error while submitting soln to ques .

Problems are : http://codeforces.me/problemset/problem/494/A http://codeforces.me/problemset/problem/723/D

Probable reason I could think of is corrupt memory access but Locally they are running well .

My soln to the problem are:

http://codeforces.me/contest/494/submission/21373511
    http://codeforces.me/contest/723/submission/21299381

Any help is Appreciated .

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

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

Start with this to find problem locally.