QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#647845#7932. AND-OR closureucup-team1817#Compile Error//C++201.8kb2024-10-17 15:55:292024-10-17 15:55:29

Details

answer.code: In function ‘int main()’:
answer.code:41:20: error: cannot bind non-const lvalue reference of type ‘long long int&’ to a value of type ‘long int’
   41 |   for(long long &u:a) u^=x;
      |                    ^