QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#797042#4971. Lecture AllocationMaMengQiCompile Error//C++17847b2024-12-02 14:53:562024-12-02 14:54:01

详细

answer.code: In function ‘int solve(int, int)’:
answer.code:24:24: error: ‘f’ was not declared in this scope
   24 |         res = min(res, f(i, j + 1));
      |                        ^