QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#679192 | #9528. New Energy Vehicle | ucup-team5207# | Compile Error | / | / | C++20 | 2.1kb | 2024-10-26 17:05:42 | 2024-10-26 17:05:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int solve()’: answer.code:93:3: error: expected ‘;’ before ‘ll’ 93 | 12 | ^ | ; 94 | ll res = pr_d; | ~~ answer.code:99:17: error: ‘res’ was not declared in this scope 99 | res += cur_cap; | ^~~ answer.code:101:17: error: ‘res’ was not declared in this scope 101 | cout << res << '\n'; | ^~~