QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#767382 | #9552. The Chariot | ZhangYiDe | Compile Error | / | / | C++17 | 744b | 2024-11-20 20:47:26 | 2024-11-20 20:47:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:8:11: error: invalid preprocessing directive #A 8 | # A<(B,C) | ^ answer.code:15:55: error: stray ‘#’ in program 15 | ans = min(ans, now + useb*B + (rest-useb)*C, # A<B<C | ^ answer.code:16:57: error: stray ‘#’ in program 16 | now + min(Y,rest)*B + max(0,rest-Y)*C) # A<C<B | ^ answer.code:18:11: error: invalid preprocessing directive #C 18 | # C<(A,B) | ^ answer.code:21:11: error: invalid preprocessing directive #A 21 | # A+B<C nB | ^ answer.code:1:1: error: ‘def’ does not name a type 1 | def solve(): | ^~~