Test Case #88 for B. Chris and Magic Square

Revision en2, by thecortex, 2016-09-05 07:40:12

Hello,

I have been spinning my head around this test case for a while now.

Could you please provide the full test case grid?

I thought it was the overflow of the unsigned long long value, but this didn't work.

I thought it was the memory limit, but apparently this wasn't the case.

I tried to mimic the grid by using this form;

0 3 3 3 3 3 3 3 3

And then, my solution outputs the correct value of 3 in the missing cell. (Isn't it?)

Any hints will be appreciated!

Thank you!

Problem Link: http://codeforces.com/contest/711/problem/B Problem Solution: http://codeforces.com/contest/711/submission/20392397

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English thecortex 2016-09-05 07:40:12 134
en1 English thecortex 2016-09-05 07:39:26 545 Initial revision (published)