QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#605938 | #7937. Fast XORting | ZhangYiDe | Compile Error | / | / | C++20 | 1.1kb | 2024-10-02 20:45:42 | 2024-10-02 20:45:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:4:13: error: ‘long long long’ is too long for GCC 4 | #define int long long | ^~~~ answer.code:7:22: note: in expansion of macro ‘int’ 7 | using ll = long long int; | ^~~ answer.code:4:18: error: ‘long long long’ is too long for GCC 4 | #define int long long | ^~~~ answer.code:7:22: note: in expansion of macro ‘int’ 7 | using ll = long long int; | ^~~