QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#476699#9129. Quotient Sumucup-team3932#Compile Error//C++20901b2024-07-13 20:47:422024-07-13 20:47:43

详细

answer.code: In function ‘int main()’:
answer.code:29:56: error: unable to find numeric literal operator ‘operator""a00’
   29 |         for(int j = max(trf - 3500, 0); j <= min(trf + 35a00, i - 1); j++){
      |                                                        ^~~~~
answer.code:29:56: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes