QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
answer.code:2:47: error: ‘#pragma GCC optimize’ string is badly formed 2 | #pragma GCC optimize("Ofast" , "unroll-loops"); | ^