Meaning of this error(wrong output format Unexpected end of file — int64 expected)
Difference between en1 and en2, changed 278 character(s)
[submission:19194152]<br>↵
 What should I do to rectify this? <br>↵
<b>UPDATE : </b><br>↵
 <pre>↵
 for(int s=0;s<=6;s++)<br>↵
        for(int f = 0; (f+s)<=6;f++){<br>↵
            int X = s*7 + f*4;<br>↵
            mod1[X%10].push_back({X/10,f,s});<br>↵
        }<br>↵
 </pre>↵
this loop is causing the problem.I have no idea why.</pre>

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English arasmus 2016-07-17 21:50:02 383 Tiny change: '10,f,s}) is ' -/code
en2 English arasmus 2016-07-17 21:31:34 278 Tiny change: 'is? \n 'is? \nUPDATE : \n
en1 English arasmus 2016-07-17 21:02:42 142 Initial revision (published)