QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#537822#4565. Rarest Insectsegypt_ioi2024_10Compile Error//C++201.1kb2024-08-30 18:51:322024-08-30 18:51:32

详细

answer.code: In function ‘int min_cardinality(int)’:
answer.code:8:9: error: ‘inside’ was not declared in this scope; did you mean ‘inline’?
    8 |         inside[0] = true;
      |         ^~~~~~
      |         inline