QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#243899 | #7680. Subway | ucup-team2008 | Compile Error | / | / | C++17 | 1.2kb | 2023-11-08 19:01:53 | 2023-11-08 19:01:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:41:12: warning: missing terminating " character 41 | printf("2\n | ^ answer.code:41:12: error: missing terminating " character 41 | printf("2\n | ^~~~ answer.code:42:16: error: stray ‘\’ in program 42 | 3 3 3 66 53 2 1\n | ^ answer.code:43:22: error: stray ‘\’ in program 43 | 4 1 2 43 54 3 3 54 43\n"); | ^ answer.code:43:24: warning: missing terminating " character 43 | 4 1 2 43 54 3 3 54 43\n"); | ^ answer.code:43:24: error: missing terminating " character 43 | 4 1 2 43 54 3 3 54 43\n"); | ^~~ answer.code: In function ‘int main()’: answer.code:42:2: error: expected ‘)’ before numeric constant 42 | 3 3 3 66 53 2 1\n | ^~ | ) answer.code:41:11: note: to match this ‘(’ 41 | printf("2\n | ^