QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#755240 | #9552. The Chariot | ucup-team5178# | Compile Error | / | / | C++23 | 546b | 2024-11-16 16:49:49 | 2024-11-16 16:49:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:8:6: error: invalid preprocessing directive #\U00005168\U000090e8A 8 | #全部A | ^~~~~ answer.code:11:6: error: "1台" after # is not a positive integer 11 | #1台 | ^~~ answer.code:23:6: error: invalid preprocessing directive #ABAB 23 | #ABAB+Cで調整 | ^~~~ answer.code:28:6: error: invalid preprocessing directive #ABAB 28 | #ABAB+Aで調整 | ^~~~ answer.code:1:1: error: ‘import’ does not name a type 1 | import sys | ^~~~~~ answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’, which is not yet enabled with ‘-std=c++20’