QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^~~