Runtime Errors

Revision en1, by da.2396, 2016-10-12 09:18:05

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 .

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English da.2396 2016-10-12 09:18:05 566 Initial revision (published)