QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#218669 | #6309. Aqre | ucup-team1005 | Compile Error | / | / | C++14 | 654b | 2023-10-18 16:44:37 | 2023-10-18 16:44:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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);} | ^ | ;