QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#426988 | #5523. Graph Problem With Small $n$ | egypt_ioi2024_12 | Compile Error | / | / | C++14 | 1.5kb | 2024-06-01 04:23:16 | 2024-06-01 04:23:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:12:103: warning: missing terminating " character 12 | #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2,fma")no-stack-protector,fast-math") | ^ answer.code:12:103: error: missing terminating " character 12 | #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2,fma")no-stack-protector,fast-math") | ^~ answer.code:12:75: error: ‘#pragma GCC target’ string is badly formed 12 | #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2,fma")no-stack-protector,fast-math") | ^~