QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#516305 | #8217. King's Dinner | ZhaoZiLong | Compile Error | / | / | C++14 | 3.2kb | 2024-08-12 15:50:13 | 2024-08-12 15:50:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:190:35: error: expected ‘;’ before ‘if’ 190 | {1 | ^ | ; 191 | if(a[i][j] == 0) cout << "."; | ~~ answer.code:192:41: error: ‘else’ without a previous ‘if’ 192 | else cout << "#"; | ^~~~