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