QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#463475 | #5523. Graph Problem With Small $n$ | egypt_ioi2024b_03 | Compile Error | / | / | C++23 | 986b | 2024-07-04 21:28:31 | 2024-07-04 21:28:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:2:47: error: ‘#pragma GCC optimize’ string is badly formed 2 | #pragma GCC optimize("Ofast" , "unroll-loops"); | ^