QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45713#4565. Rarest InsectsMaMengQiCompile Error//C++171.4kb2022-08-24 14:39:472022-08-24 14:39:50

详细

answer.code: In function ‘int min_cardinality(int)’:
answer.code:67:20: error: ‘D’ was not declared in this scope
   67 |   int l = 1, r = N/D;
      |                    ^