/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
^