Unexpected runtime error on testcase [SOLVED].

Правка en2, от ananth94, 2015-08-21 17:19:52

I've been trying to solve this problem — 385C - Bear and Prime Numbers , Bear and Prime Numbers. My solution gives a completely expected runtime error on Testcase#4. Can someone please explain to me as to why this is happening?

My solution: http://codeforces.com/contest/385/submission/12629174

Any help would be greatly appreciated.

Thanks in advance.

EDIT: Solved. I had not taken into consideration that even l could be greater than 10000000.

Теги c++11, runtime error, dynamic programming, practice

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский ananth94 2015-08-21 17:19:52 105 Solved
en1 Английский ananth94 2015-08-21 17:15:58 390 Initial revision (published)