QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#605938#7937. Fast XORtingZhangYiDeCompile Error//C++201.1kb2024-10-02 20:45:422024-10-02 20:45:43

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;
      |                      ^~~