QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#129709#6303. Inversionchenchi#Compile Error//C++201.8kb2023-07-22 22:32:062023-07-22 22:35:17

Details

answer.code: In function ‘bool smaller(int, int)’:
answer.code:35:16: error: unable to find numeric literal operator ‘operator""a’
   35 |         return 1a ^ b ^ c ^ d;
      |                ^~
answer.code:35:16: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes