overflow issue?

Revision en2, by Taha1506, 2021-01-31 12:03:28

I was solving This problem and submitted 106080441.I am getting runtime errors on test 4.The codeforces diagnoser says it is because it is of integer overflow I changed everything to long long but it gives me again the same error.Can anyone say Whats wrong with my code please?Thanks.

Edit:Ok I got it I should have checked lx<a.size();

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Taha1506 2021-01-31 12:03:28 55 Tiny change: 'se?Thanks.' -> 'se?Thanks.\n\nEdit:Ok I got it I should have checked lx<a.size();'
en1 English Taha1506 2021-01-31 11:46:31 364 Initial revision (published)