Submission #53541
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0001 - Hello World! |
| ユーザー名 |
yzug
|
| 投稿日時 |
2019-08-24 19:36:05 |
| 言語 |
C |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
78 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:4:9: error: stray ‘\’ in program
printf(\nHello World!\n);
^
./Main.c:4:10: error: ‘nHello’ undeclared (first use in this function); did you mean ‘ftello’?
printf(\nHello World!\n);
^~~~~~
ftello
./Main.c:4:10: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:4:16: error: expected ‘)’ before ‘World’
printf(\nHello World!\n);
^~~~~~
)
./Main.c:4:23: error: stray ‘\’ in program
printf(\nHello World!\n);
^
セット
テストケース