QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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 << "#"; | ^~~~