結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1,786 ms
5,376 KB
testcase_03 AC 1,255 ms
5,376 KB
testcase_04 AC 530 ms
5,376 KB
testcase_05 AC 301 ms
5,376 KB
testcase_06 AC 73 ms
5,376 KB
testcase_07 AC 1 ms
5,376 KB
testcase_08 AC 109 ms
5,376 KB
testcase_09 AC 1,699 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 1,685 ms
5,376 KB
testcase_12 AC 1,643 ms
5,376 KB
testcase_13 AC 1,664 ms
5,376 KB
testcase_14 AC 1,700 ms
5,376 KB
testcase_15 AC 1,517 ms
5,376 KB
testcase_16 AC 8 ms
5,376 KB
testcase_17 AC 817 ms
5,376 KB
testcase_18 AC 650 ms
5,376 KB
testcase_19 AC 4 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+k++););for(i=M=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+k++););for(i=M=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+k++););for(i=M=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+k++););for(i=M=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+k++););for(i=M=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 | a[40

ソースコード

diff #

a[4000],t[2000],i,j,k,p,M;main(n){for(scanf("%d",&n);~scanf("%d",a+k++););for(i=M=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