/ 晓编程 /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:4:15: warning: statement with no effect [-Wunused-value]
 {             4
               ^
/in/foo.c:5:5: error: expected ';' before 'printf'
     printf("9---"站台\n");
     ^~~~~~
/in/foo.c:5:18: error: stray '\347' in program
     printf("9---"站台\n");
                  ^
/in/foo.c:5:19: error: stray '\253' in program
     printf("9---"站台\n");
                   ^
/in/foo.c:5:20: error: stray '\231' in program
     printf("9---"站台\n");
                    ^
/in/foo.c:5:21: error: stray '\345' in program
     printf("9---"站台\n");
                     ^
/in/foo.c:5:22: error: stray '\217' in program
     printf("9---"站台\n");
                      ^
/in/foo.c:5:23: error: stray '\260' in program
     printf("9---"站台\n");
                       ^
/in/foo.c:5:24: error: stray '\' in program
     printf("9---"站台\n");
                        ^
/in/foo.c:5:26: warning: missing terminating " character
     printf("9---"站台\n");
                          ^
/in/foo.c:5:26: error: missing terminating " character
     printf("9---"站台\n");
                          ^~~
/in/foo.c:6:1: error: expected declaration or statement at end of input
 }             3
 ^

信息

递交者
类型
递交
题目
P1004 站台的拱道
语言
C
递交时间
2020-02-07 11:05:33
评测时间
2020-02-07 11:05:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes