QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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