QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#476699 | #9129. Quotient Sum | ucup-team3932# | Compile Error | / | / | C++20 | 901b | 2024-07-13 20:47:42 | 2024-07-13 20:47:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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