QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#218669#6309. Aqreucup-team1005Compile Error//C++14654b2023-10-18 16:44:372023-10-18 16:44:38

详细

answer.code: In function ‘void work()’:
answer.code:11:80: error: expected ‘;’ before ‘)’ token
   11 | else {for (int i=0;i<n;i++)for(int j=0;j<m;j++) a[i][j]=(i+100000-j)%4==3 ? 1:0);}
      |                                                                                ^
      |                                                                                ;