QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45606 | #4565. Rarest Insects | HuangHanSheng | Compile Error | / | / | C++17 | 1.8kb | 2022-08-24 13:29:13 | 2022-08-24 13:29:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int determine(int, int)’: answer.code:22:14: error: ‘insect’ was not declared in this scope; did you mean ‘insects’? 22 | if ( insect[i] == 0 ) { | ^~~~~~ | insects