QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#562671 | #8589. Explosives | kheiramihoub | Compile Error | / | / | C++14 | 1.5kb | 2024-09-13 19:59:05 | 2024-09-13 19:59:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:56:27: warning: missing terminating " character 56 | cout << total_cost << " | ^ answer.code:56:27: error: missing terminating " character answer.code:57:1: warning: missing terminating " character 57 | "; | ^ answer.code:57:1: error: missing terminating " character 57 | "; | ^~ answer.code: In function ‘int main()’: answer.code:59:5: error: expected primary-expression before ‘return’ 59 | return 0; | ^~~~~~