QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45606#4565. Rarest InsectsHuangHanShengCompile Error//C++171.8kb2022-08-24 13:29:132022-08-24 13:29:15

詳細信息

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