結果

問題 No.19 ステージの選択
ユーザー %20%20
提出日時 2017-05-11 04:55:59
言語 C
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 195 bytes
コンパイル時間 1,302 ms
コンパイル使用メモリ 29,184 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-15 07:34:12
合計ジャッジ時間 913 ms
ジャッジサーバーID
(参考情報)
judge6 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 1 ms
6,940 KB
testcase_05 AC 1 ms
6,944 KB
testcase_06 AC 1 ms
6,944 KB
testcase_07 AC 1 ms
6,944 KB
testcase_08 AC 1 ms
6,940 KB
testcase_09 AC 1 ms
6,940 KB
testcase_10 AC 1 ms
6,940 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 1 ms
6,944 KB
testcase_15 AC 1 ms
6,940 KB
testcase_16 AC 1 ms
6,944 KB
testcase_17 AC 1 ms
6,940 KB
testcase_18 AC 1 ms
6,944 KB
testcase_19 AC 1 ms
6,944 KB
testcase_20 AC 1 ms
6,944 KB
testcase_21 AC 1 ms
6,944 KB
testcase_22 AC 1 ms
6,940 KB
testcase_23 AC 1 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
      | ^
main.c:1:1: warning: type defaults to 'int' in declaration of 'l' [-Wimplicit-int]
main.c:1:8: warning: type defaults to 'int' in declaration of 's' [-Wimplicit-int]
    1 | l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
      |        ^
main.c:1:15: warning: type defaults to 'int' in declaration of 'f' [-Wimplicit-int]
    1 | l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
      |               ^
main.c:1:22: warning: type defaults to 'int' in declaration of 'u' [-Wimplicit-int]
    1 | l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
      |                      ^
main.c:1:24: warning: type defaults to 'int' in declaration of 'v' [-Wimplicit-int]
    1 | l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
      |                        ^
main.c:1:26: warning: type defaults to 'int' in declaration of 'a' [-Wimplicit-int]
    1 | l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
      |                          ^
main.c:1:28: warning: type defaults to 'int' in declaratio

ソースコード

diff #

l[999],s[999],f[999],u,v,a,b;main(n){for(gets(l);~scanf("%d%d",l+n,s+n);++n);for(;u++<n;a+=b<999?b:0){a+=l[v=u];for(b=n;b--;v=s[v]);for(b=999;!f[v]++;v=s[v])b=l[v]<b?l[v]:b;}printf("%.1f",a/2.);}
0