25122008's blog

By 25122008, 14 years ago, In English

I compiled my source successfully in my laptop but when i submit it, i got this error ... ? Help me, please. http://www.codeforces.com/contest/166/submission/2016999

  • Vote: I like it
  • +3
  • Vote: I do not like it

| Write comment?
»
14 years ago, hide # |
 
Vote: I like it +15 Vote: I do not like it

this line is not very cross-compiler

c.a={{0,0,0,0,0},{0,0,1,1,1},{0,1,0,1,1},{0,1,1,0,1},{0,1,1,1,0}};