結果

問題 No.27 板の準備
ユーザー 👑 testestesttestestest
提出日時 2016-07-15 01:20:20
言語 C90
(gcc 12.3.0)
結果
AC  
実行時間 283 ms / 5,000 ms
コード長 206 bytes
コンパイル時間 412 ms
コンパイル使用メモリ 20,864 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-12-26 12:37:06
合計ジャッジ時間 6,647 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 271 ms
5,248 KB
testcase_01 AC 275 ms
5,248 KB
testcase_02 AC 283 ms
5,248 KB
testcase_03 AC 280 ms
5,248 KB
testcase_04 AC 278 ms
5,248 KB
testcase_05 AC 273 ms
5,248 KB
testcase_06 AC 273 ms
5,248 KB
testcase_07 AC 278 ms
5,248 KB
testcase_08 AC 277 ms
5,248 KB
testcase_09 AC 279 ms
5,248 KB
testcase_10 AC 276 ms
5,248 KB
testcase_11 AC 273 ms
5,248 KB
testcase_12 AC 276 ms
5,248 KB
testcase_13 AC 274 ms
5,248 KB
testcase_14 AC 274 ms
5,248 KB
testcase_15 AC 276 ms
5,248 KB
testcase_16 AC 279 ms
5,248 KB
testcase_17 AC 275 ms
5,248 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4);}t=!puts(&m);}
      | ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘d’ [-Wimplicit-int]
main.c:1:7: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
    1 | d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4);}t=!puts(&m);}
      |       ^
main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
    1 | d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4);}t=!puts(&m);}
      |            ^
main.c:1:20: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int]
    1 | d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4);}t=!puts(&m);}
      |                    ^
main.c:1:25: warning: type defaults to ‘int’ in declaration of ‘m’ [-Wimplicit-int]
    1 | d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4);}t=!puts(&m);}
      |                         ^
main.c:1:31: warning: type defaults to ‘int’ in declaration of ‘p’ [-Wimplicit-int]
    1 | d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4)

ソースコード

diff #

d[99],a[5],i=1<<20,t=31,m=57,*p;main(j){for(;~scanf("%d",a+j++););for(;--i;m=m>t?t:m){for(;--t;d[t]=9);for(;--j?*(p=d+t+(i>>5*j&31))>d[t]?*p=d[t]+1:1:(j=4*(t++<31)););for(;++j<5;t+=d[a[j]]+4);}t=!puts(&m);}
0