QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#754431 | #9552. The Chariot | We will think about it (David Memarnishvili, GUO JINGHAO, Vannes Wijaya)# | Compile Error | / | / | C++20 | 796b | 2024-11-16 15:01:28 | 2024-11-16 15:01:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:3: error: invalid preprocessing directive #A 1 | # A = 0 | ^ answer.code:2:3: error: invalid preprocessing directive #B 2 | # B = 0 C, X, Y, D = 0 | ^ answer.code:10:11: error: invalid preprocessing directive #return 10 | # return r*A + s*B +t*C | ^~~~~~ answer.code:25:11: error: invalid preprocessing directive #print 25 | # print(A, B, C, X, Y, D) | ^~~~~ answer.code:4:1: error: ‘def’ does not name a type 4 | def f(r): | ^~~