QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) | ^