QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#395626 | #1362. Bad Packing | GuanYunchang | Compile Error | / | / | C++20 | 1002b | 2024-04-21 16:40:20 | 2024-04-21 16:40:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int solve(long long int, long long int, long long int)’: answer.code:29:52: error: expected ‘)’ before ‘;’ token 29 | ret = min(ret, ret = solve(i + 1, w, mnIdx);) | ~ ^ | ) answer.code:29:53: error: expected primary-expression before ‘)’ token 29 | ret = min(ret, ret = solve(i + 1, w, mnIdx);) | ^