QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#426988#5523. Graph Problem With Small $n$egypt_ioi2024_12Compile Error//C++141.5kb2024-06-01 04:23:162024-06-01 04:23:17

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")
      |                                                                           ^~