結果

問題 No.9 モンスターのレベル上げ
ユーザー testestesttestestest
提出日時 2016-06-29 15:14:06
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 2,725 ms / 5,000 ms
コード長 244 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 21,632 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-06-26 03:16:05
合計ジャッジ時間 24,731 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 2,725 ms
5,376 KB
testcase_03 AC 1,910 ms
5,376 KB
testcase_04 AC 795 ms
5,376 KB
testcase_05 AC 453 ms
5,376 KB
testcase_06 AC 105 ms
5,376 KB
testcase_07 AC 1 ms
5,376 KB
testcase_08 AC 156 ms
5,376 KB
testcase_09 AC 2,600 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 2,614 ms
5,376 KB
testcase_12 AC 2,577 ms
5,376 KB
testcase_13 AC 2,592 ms
5,376 KB
testcase_14 AC 2,584 ms
5,376 KB
testcase_15 AC 2,309 ms
5,376 KB
testcase_16 AC 10 ms
5,376 KB
testcase_17 AC 1,234 ms
5,376 KB
testcase_18 AC 972 ms
5,376 KB
testcase_19 AC 6 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+i++);M=n);for(i=n;i--;M=M>k?k:M){for(k=n;k--;)t[k]=a[k]*2e3;for(;j<n;t[p]+=a[(i+j++)%n+n]/2*2e3+1)for(k=n;k--;)t[k]<t[p]?p=k:0;for(;j;)k=fmax(k,t[--j]%2000);}M=!printf("%d",M);}
      | ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
main.c:1:9: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int]
    1 | a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+i++);M=n);for(i=n;i--;M=M>k?k:M){for(k=n;k--;)t[k]=a[k]*2e3;for(;j<n;t[p]+=a[(i+j++)%n+n]/2*2e3+1)for(k=n;k--;)t[k]<t[p]?p=k:0;for(;j;)k=fmax(k,t[--j]%2000);}M=!printf("%d",M);}
      |         ^
main.c:1:17: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
    1 | a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+i++);M=n);for(i=n;i--;M=M>k?k:M){for(k=n;k--;)t[k]=a[k]*2e3;for(;j<n;t[p]+=a[(i+j++)%n+n]/2*2e3+1)for(k=n;k--;)t[k]<t[p]?p=k:0;for(;j;)k=fmax(k,t[--j]%2000);}M=!printf("%d",M);}
      |                 ^
main.c:1:19: warning: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int]
    1 | a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+i++);M=n);for(i=n;i--;M=M>k?k:M){for(k=n;k--;)t[k]=a[k]*2e3;for(;j<n;t[p]+=a[(i+j++)%n+n]/2*2e3+1)for(k=n;k--;)t[k]<t[p]?p=k:0;for(;j;)k=fmax(k,t[--j]%2000);}M=!printf("%d",M);}
      |                   ^
main.c:1:21: warning: type defaults to ‘int’ in declaration of ‘k’ [-Wimplicit-int]
    1 | a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+i++);M=n);for(i=n;i--;M=M>k?k:M){for(k=n;k--;)t[k]=a[k]*2e3;for(;j<n;t[p]+=a[(i+j++)%n+n]/2*2e3+1)for(k=n;k--;)t[k]<t[p]?p=k:0;for(;j;)k=fmax(k,t[--j]%2000);}M=!printf("%d",M);}
      |                     ^
main.c:1:23: warning: type defaults to ‘int’ in declaration of ‘p’ [-Wimplicit-int]
    1 |

ソースコード

diff #

a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+i++);M=n);for(i=n;i--;M=M>k?k:M){for(k=n;k--;)t[k]=a[k]*2e3;for(;j<n;t[p]+=a[(i+j++)%n+n]/2*2e3+1)for(k=n;k--;)t[k]<t[p]?p=k:0;for(;j;)k=fmax(k,t[--j]%2000);}M=!printf("%d",M);}
0