QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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);) | ^