QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#797039 | #4971. Lecture Allocation | HuangHanSheng | Compile Error | / | / | C++17 | 844b | 2024-12-02 14:53:05 | 2024-12-02 14:53:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int solve(int, int)’: answer.code:22:24: error: ‘r’ was not declared in this scope 22 | return r; | ^ answer.code:24:24: error: ‘f’ was not declared in this scope 24 | res = min(res, f(i, j + 1)); | ^ answer.code: In function ‘int main()’: answer.code:42:31: error: ‘d’ was not declared in this scope 42 | memset(dp, -1, sizeof d); | ^