Submission #48207


ソースコード

ステータス

項目 データ
問題 0001 - Hello World!
ユーザー名 r1910
投稿日時 2019-04-18 18:38:04
言語 C
状態 Compile Error
得点 0
ソースコード長 79 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:1:2: error: invalid preprocessing directive #iclude; did you mean #include?
 #iclude<stdio.h>
  ^~~~~~
  include
./Main.c: In function ‘main’:
./Main.c:3:3: error: ‘printf’ undeclared (first use in this function)
   printf"Hello World!/n";
   ^~~~~~
./Main.c:3:3: note: ‘printf’ is defined in header ‘<stdio.h>’; did you forget to ‘#include <stdio.h>’?
./Main.c:1:1:
+#include <stdio.h>
 #iclude<stdio.h>
./Main.c:3:3:
   printf"Hello World!/n";
   ^~~~~~
./Main.c:3:3: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:3:9: error: expected ‘;’ before string constant
   printf"Hello World!/n";
         ^~~~~~~~~~~~~~~~
         ;

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #