QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#438306 | #5523. Graph Problem With Small $n$ | egypt_ioi2024b_03 | Compile Error | / | / | C++23 | 1.0kb | 2024-06-10 15:25:04 | 2024-06-10 15:25:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:4:22: warning: missing terminating " character 4 | #pragma GCC optimize("unroll-loops) | ^ answer.code:4:22: error: missing terminating " character 4 | #pragma GCC optimize("unroll-loops) | ^~~~~~~~~~~~~~ answer.code:4:21: warning: ‘#pragma GCC optimize’ is not a string or number [-Wpragmas] 4 | #pragma GCC optimize("unroll-loops) | ^