結果
問題 | No.509 塗りつぶしツール |
ユーザー |
|
提出日時 | 2017-10-09 23:17:41 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 107 bytes |
コンパイル時間 | 432 ms |
コンパイル使用メモリ | 28,672 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-17 07:09:14 |
合計ジャッジ時間 | 1,245 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 27 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | d[]={1,0,0,0,1,0,1,0,2,1};n,a; | ^ main.c:1:1: warning: type defaults to 'int' in declaration of 'd' [-Wimplicit-int] main.c:1:27: warning: data definition has no type or storage class 1 | d[]={1,0,0,0,1,0,1,0,2,1};n,a; | ^ main.c:1:27: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] main.c:1:29: warning: type defaults to 'int' in declaration of 'a' [-Wimplicit-int] 1 | d[]={1,0,0,0,1,0,1,0,2,1};n,a; | ^ main.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int] 2 | main(h){for(;read(0,&a,1);n++)h+=d[a-48];printf("%.f\n",fmin(n*2+h,h*2+n));} | ^~~~ main.c: In function 'main': main.c:2:1: warning: type of 'h' defaults to 'int' [-Wimplicit-int] main.c:2:14: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] 2 | main(h){for(;read(0,&a,1);n++)h+=d[a-48];printf("%.f\n",fmin(n*2+h,h*2+n));} | ^~~~ main.c:2:42: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 2 | main(h){for(;read(0,&a,1);n++)h+=d[a-48];printf("%.f\n",fmin(n*2+h,h*2+n));} | ^~~~~~ main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf' +++ |+#include <stdio.h> 1 | d[]={1,0,0,0,1,0,1,0,2,1};n,a; main.c:2:42: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 2 | main(h){for(;read(0,&a,1);n++)h+=d[a-48];printf("%.f\n",fmin(n*2+h,h*2+n));} | ^~~~~~ main.c:2:42: note: include '<stdio.h>' or provide a declaration of 'printf' main.c:2:57: warning: implicit declaration of function 'fmin' [-Wimplicit-function-declaration] 2 | main(h){for(;read(0,&a,1);n++)h+=d[a-48];printf("%.f\n",fmin(n*2+h,h*2+n));} |
ソースコード
d[]={1,0,0,0,1,0,1,0,2,1};n,a; main(h){for(;read(0,&a,1);n++)h+=d[a-48];printf("%.f\n",fmin(n*2+h,h*2+n));}