Submission #60443
ソースコード
ステータス
項目 |
データ |
問題 |
0383 - ヤマダハモアイ |
ユーザー名 |
r2031
|
投稿日時 |
2020-07-08 13:14:02 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
66 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c:1:2: error: invalid preprocessing directive #inculuse; did you mean #include?
#inculuse<stdio.h>
^~~~~~~~
include
./Main.c: In function ‘main’:
./Main.c:3:1: error: ‘printf’ undeclared (first use in this function)
printf)("2\n");
^~~~~~
./Main.c:3:1: note: ‘printf’ is defined in header ‘<stdio.h>’; did you forget to ‘#include <stdio.h>’?
./Main.c:1:1:
+#include <stdio.h>
#inculuse<stdio.h>
./Main.c:3:1:
printf)("2\n");
^~~~~~
./Main.c:3:1: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:3:7: error: expected ‘;’ before ‘)’ token
printf)("2\n");
^
;
./Main.c:3:7: error: expected statement before ‘)’ token
セット
テストケース