QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#797042 | #4971. Lecture Allocation | MaMengQi | Compile Error | / | / | C++17 | 847b | 2024-12-02 14:53:56 | 2024-12-02 14:54:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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)); | ^