結果
問題 | No.9 モンスターのレベル上げ |
ユーザー | testestest |
提出日時 | 2016-06-29 14:42:52 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 263 bytes |
コンパイル時間 | 244 ms |
コンパイル使用メモリ | 21,632 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-11 23:01:24 |
合計ジャッジ時間 | 16,625 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,816 KB |
testcase_01 | AC | 1 ms
6,820 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | AC | 519 ms
6,816 KB |
testcase_05 | AC | 296 ms
6,816 KB |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | AC | 1 ms
6,820 KB |
testcase_11 | AC | 1,708 ms
6,816 KB |
testcase_12 | AC | 1,646 ms
6,816 KB |
testcase_13 | AC | 1,674 ms
6,820 KB |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | AC | 4 ms
6,816 KB |
コンパイルメッセージ
main.c:1:14: warning: data definition has no type or storage class 1 | enum{X=2000};a[X],b[X],t[X],i,j,k,p,M;main(n){for(scanf("%d",&n);i<n?scanf("%d",a+i++):~scanf("%d",b+k++);M=n);for(;i--;M=M>k?k:M){for(;k--;)t[k]=a[k]*X;for(;j<n;t[p]+=b[(i+j++)%n]/2*X+1)for(k=n;k--;t[k]<t[p]?p=k:0);for(;j;)k=fmax(k,t[--j]%X);}M=!printf("%d",M);} | ^ main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int] main.c:1:19: warning: type defaults to ‘int’ in declaration of ‘b’ [-Wimplicit-int] 1 | enum{X=2000};a[X],b[X],t[X],i,j,k,p,M;main(n){for(scanf("%d",&n);i<n?scanf("%d",a+i++):~scanf("%d",b+k++);M=n);for(;i--;M=M>k?k:M){for(;k--;)t[k]=a[k]*X;for(;j<n;t[p]+=b[(i+j++)%n]/2*X+1)for(k=n;k--;t[k]<t[p]?p=k:0);for(;j;)k=fmax(k,t[--j]%X);}M=!printf("%d",M);} | ^ main.c:1:24: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] 1 | enum{X=2000};a[X],b[X],t[X],i,j,k,p,M;main(n){for(scanf("%d",&n);i<n?scanf("%d",a+i++):~scanf("%d",b+k++);M=n);for(;i--;M=M>k?k:M){for(;k--;)t[k]=a[k]*X;for(;j<n;t[p]+=b[(i+j++)%n]/2*X+1)for(k=n;k--;t[k]<t[p]?p=k:0);for(;j;)k=fmax(k,t[--j]%X);}M=!printf("%d",M);} | ^ main.c:1:29: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] 1 | enum{X=2000};a[X],b[X],t[X],i,j,k,p,M;main(n){for(scanf("%d",&n);i<n?scanf("%d",a+i++):~scanf("%d",b+k++);M=n);for(;i--;M=M>k?k:M){for(;k--;)t[k]=a[k]*X;for(;j<n;t[p]+=b[(i+j++)%n]/2*X+1)for(k=n;k--;t[k]<t[p]?p=k:0);for(;j;)k=fmax(k,t[--j]%X);}M=!printf("%d",M);} | ^ main.c:1:31: warning: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int] 1 | enum{X=2000};a[X],b[X],t[X],i,j,k,p,M;main(n){for(scanf("%d",&n);i<n?scanf("%d",a+i++):~scanf("%d",b+k++);M=n);for(;i--;M=M>k?k:M){for(;k--;)t[k]=a[k]*X;for(;j<n;t[p]+=b[(i+j++)%n]/2*X+1)for(k=n;k--;t[k]<t[p]?p=k:0);for(;j;)k=fmax(k,t[--j]%X);}M=!printf("
ソースコード
enum{X=2000};a[X],b[X],t[X],i,j,k,p,M;main(n){for(scanf("%d",&n);i<n?scanf("%d",a+i++):~scanf("%d",b+k++);M=n);for(;i--;M=M>k?k:M){for(;k--;)t[k]=a[k]*X;for(;j<n;t[p]+=b[(i+j++)%n]/2*X+1)for(k=n;k--;t[k]<t[p]?p=k:0);for(;j;)k=fmax(k,t[--j]%X);}M=!printf("%d",M);}