QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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'; | ^~~