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