QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#762037 | #9552. The Chariot | ucup-team3935# | Compile Error | / | / | C++23 | 706b | 2024-11-19 12:48:33 | 2024-11-19 12:48:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:7:27: error: stray ‘#’ in program 7 | ans1 = ceil(d, x) * a # aaaaaaaaaaaaaaaaaaaaaaaaa | ^ answer.code:8:60: error: stray ‘#’ in program 8 | ans2 = a + max(0, min(d-x, y)) * b + max(0, d-x-y) * c # abccccccccccccccccccc | ^ answer.code:1:1: error: ‘def’ does not name a type 1 | def ceil(a, b): | ^~~