QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#145969 | #3899. BSUIR Open X | HuangHanSheng | Compile Error | / | / | C++14 | 388b | 2023-08-22 14:54:03 | 2023-08-22 14:54:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:27:18: error: expected ‘;’ before ‘}’ token 27 | cout<<ans | ^ | ; 28 | } | ~