QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#129709 | #6303. Inversion | chenchi# | Compile Error | / | / | C++20 | 1.8kb | 2023-07-22 22:32:06 | 2023-07-22 22:35:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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