Submission #00203
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - プログラミングコンテスト |
ユーザー名 |
sth1429
|
投稿日時 |
2015-12-04 16:57:52 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
389 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:6:11: error: ‘LIMIT’ undeclared (first use in this function)
char jou[LIMIT];
^
./Main.c:6:11: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:12:2: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
scanf("%d %d",&a, &b);
^
./Main.c:12:2: warning: incompatible implicit declaration of built-in function ‘scanf’
./Main.c:12:2: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
./Main.c:26:2: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
printf("%d\n",max);
^
./Main.c:26:2: warning: incompatible implicit declaration of built-in function ‘printf’
./Main.c:26:2: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
セット
テストケース