結果
問題 |
No.509 塗りつぶしツール
|
ユーザー |
|
提出日時 | 2017-10-09 23:18:03 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 110 bytes |
コンパイル時間 | 292 ms |
コンパイル使用メモリ | 29,396 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-17 07:09:18 |
合計ジャッジ時間 | 1,063 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 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),a-10;n++)h+=d[a-48];printf("%.f",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),a-10;n++)h+=d[a-48];printf("%.f",fmin(n*2+h,h*2+n));} | ^~~~ main.c:2:47: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 2 | main(h){for(;read(0,&a,1),a-10;n++)h+=d[a-48];printf("%.f",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:47: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 2 | main(h){for(;read(0,&a,1),a-10;n++)h+=d[a-48];printf("%.f",fmin(n*2+h,h*2+n));} | ^~~~~~ main.c:2:47: note: include '<stdio.h>' or provide a declaration of 'printf' main.c:2:60: warning: implicit declaration of function 'fmin' [-Wimplicit-function-declaration] 2 | main(h){for(;read(0,&a,1),a-10;n++)h+=d[a-48];printf("%.f",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),a-10;n++)h+=d[a-48];printf("%.f",fmin(n*2+h,h*2+n));}