Submission #61448
ソースコード
ステータス
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:4:8: warning: missing terminating " character
printf("Hello World!
^
./Main.c:4:8: error: missing terminating " character
printf("Hello World!
^~~~~~~~~~~~~
./Main.c:5:1: error: stray ‘\’ in program
\n");
^
./Main.c:5:3: warning: missing terminating " character
\n");
^
./Main.c:5:3: error: missing terminating " character
\n");
^~~
./Main.c:5:2: error: ‘n’ undeclared (first use in this function)
\n");
^
./Main.c:5:2: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:5:3: error: expected ‘)’ before ‘return’
\n");
^
)
return 0;
~~~~~~
./Main.c:6:10: error: expected ‘;’ before ‘}’ token
return 0;
^
;
}
~
セット
テストケース