Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

The Strange Case of memset!!!

Revision en1, by iamstg, 2016-10-01 22:36:34

With reference to the problem, http://codeforces.com/contest/721/problem/C

http://codeforces.com/contest/721/submission/21096367 -> This submission with memset giving value of 1e9+7 to 2D array gives WA on test10

whereas the same code with memset removed and the 2D array given value manually of 1e9+7 ->http://codeforces.com/contest/721/submission/21096181 gives AC.

I am completely not able to understand why?? Does anyone have any idea??

Tags c++ 11, memset

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English iamstg 2016-10-01 22:36:34 480 Initial revision (published)