QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#252347#6632. Minimize Medianucup-team959Compile Error//C++231.5kb2023-11-15 18:39:122023-11-15 18:39:12

詳細信息

answer.code: In function ‘void solve()’:
answer.code:34:24: error: ‘j’ was not declared in this scope
   34 |                 if (i!=j&&j!=1) b[i] = min(b[i], b[i/j] + b[j]);
      |                        ^