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