QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#223474#6632. Minimize Medianucup-team1248Compile Error//C++232.4kb2023-10-22 10:11:122023-10-22 10:11:12

详细

answer.code: In function ‘bool good(vi&, int, std::vector<long long int>&, ll)’:
answer.code:48:23: error: ‘I’ was not declared in this scope
   48 |       int d=ceildiv(v[I]+1,mid+1);
      |                       ^