QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#755703 | #9552. The Chariot | ucup-team5178# | Compile Error | / | / | C++23 | 1.8kb | 2024-11-16 17:55:13 | 2024-11-16 17:55:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:23:6: error: invalid preprocessing directive #\U00005168\U000090e8A 23 | #全部A | ^~~~~ answer.code:26:6: error: "1台" after # is not a positive integer 26 | #1台 | ^~~ answer.code:38:6: error: invalid preprocessing directive #ABAB 38 | #ABAB+Cで調整 | ^~~~ answer.code:43:6: error: invalid preprocessing directive #ABAB 43 | #ABAB+Aで調整 | ^~~~ answer.code:47:6: error: invalid preprocessing directive #AAA 47 | #AAA+最後でBCCCCCC | ^~~ answer.code:57:6: error: invalid preprocessing directive #AAA 57 | #AAA+最後でBBBBBBCCC | ^~~ answer.code:1:1: error: ‘def’ does not name a type 1 | def correct(A,B,C,X,Y,D): | ^~~