da.2396's blog

By da.2396, history, 8 years ago, In English

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 .

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Start with this to find problem locally.