QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45924#4565. Rarest InsectsZhaoZiLongCompile Error//C++171.7kb2022-08-24 18:00:482022-08-24 18:00:53

Details

answer.code: In function ‘void getType()’:
answer.code:38:22: error: binding reference of type ‘int&’ to ‘const int’ discards qualifiers
   38 |         for(int &x : in) move_outside(x);
      |                      ^~