Meaning of this error(wrong output format Unexpected end of file — int64 expected)

Revision en2, by arasmus, 2016-07-17 21:31:34

19194152
What should I do to rectify this?
UPDATE :

  for(int s=0;s<=6;s++)
for(int f = 0; (f+s)<=6;f++){
int X = s*7 + f*4;
mod1[X%10].push_back({X/10,f,s});
}
this loop is causing the problem.I have no idea why.

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)