QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45924 | #4565. Rarest Insects | ZhaoZiLong | Compile Error | / | / | C++17 | 1.7kb | 2022-08-24 18:00:48 | 2022-08-24 18:00:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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); | ^~