QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#173352 | #7178. Bishops | ucup-team646# | Compile Error | / | / | C++23 | 1.7kb | 2023-09-09 23:16:42 | 2023-09-09 23:16:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:85:67: error: expected ‘;’ before ‘}’ token 85 | cout << i.first + 1 << " " << i.second + 1 << "\n" | ^ | ; 86 | } | ~