結果
問題 | No.27 板の準備 |
ユーザー | ciel |
提出日時 | 2015-11-26 18:15:03 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 315 bytes |
コンパイル時間 | 353 ms |
コンパイル使用メモリ | 21,248 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-13 17:43:09 |
合計ジャッジ時間 | 1,079 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | WA | - |
コンパイルメッセージ
main.c:2:1: warning: data definition has no type or storage class 2 | B[99],V[4],X[4],T=98,R,i,r;main(j){scanf("%d%d%d%d",V,V+1,V+2,V+3);R=T;Z(1)Z(2)Z(3){for(j=-1;++j<T;)B[j]=!j;for(i=4;--i;)for(j=X[i];j<T;j++)if(B[j-X[i]]*(!B[j]+B[j]>B[j-X[i]]))B[j]=B[j-X[i]]+1;for(i=r=0;i<4&&B[V[i]];)r+=B[V[i++]]-1;R=i>3&&R>r?r:R;}R=!printf("%d\n",R);} | ^ main.c:2:1: warning: type defaults to ‘int’ in declaration of ‘B’ [-Wimplicit-int] main.c:2:7: warning: type defaults to ‘int’ in declaration of ‘V’ [-Wimplicit-int] 2 | B[99],V[4],X[4],T=98,R,i,r;main(j){scanf("%d%d%d%d",V,V+1,V+2,V+3);R=T;Z(1)Z(2)Z(3){for(j=-1;++j<T;)B[j]=!j;for(i=4;--i;)for(j=X[i];j<T;j++)if(B[j-X[i]]*(!B[j]+B[j]>B[j-X[i]]))B[j]=B[j-X[i]]+1;for(i=r=0;i<4&&B[V[i]];)r+=B[V[i++]]-1;R=i>3&&R>r?r:R;}R=!printf("%d\n",R);} | ^ main.c:2:12: warning: type defaults to ‘int’ in declaration of ‘X’ [-Wimplicit-int] 2 | B[99],V[4],X[4],T=98,R,i,r;main(j){scanf("%d%d%d%d",V,V+1,V+2,V+3);R=T;Z(1)Z(2)Z(3){for(j=-1;++j<T;)B[j]=!j;for(i=4;--i;)for(j=X[i];j<T;j++)if(B[j-X[i]]*(!B[j]+B[j]>B[j-X[i]]))B[j]=B[j-X[i]]+1;for(i=r=0;i<4&&B[V[i]];)r+=B[V[i++]]-1;R=i>3&&R>r?r:R;}R=!printf("%d\n",R);} | ^ main.c:2:17: warning: type defaults to ‘int’ in declaration of ‘T’ [-Wimplicit-int] 2 | B[99],V[4],X[4],T=98,R,i,r;main(j){scanf("%d%d%d%d",V,V+1,V+2,V+3);R=T;Z(1)Z(2)Z(3){for(j=-1;++j<T;)B[j]=!j;for(i=4;--i;)for(j=X[i];j<T;j++)if(B[j-X[i]]*(!B[j]+B[j]>B[j-X[i]]))B[j]=B[j-X[i]]+1;for(i=r=0;i<4&&B[V[i]];)r+=B[V[i++]]-1;R=i>3&&R>r?r:R;}R=!printf("%d\n",R);} | ^ main.c:2:22: warning: type defaults to ‘int’ in declaration of ‘R’ [-Wimplicit-int] 2 | B[99],V[4],X[4],T=98,R,i,r;main(j){scanf("%d%d%d%d",V,V+1,V+2,V+3);R=T;Z(1)Z(2)Z(3){for(j=-1;++j<T;)B[j]=!j;for(i=4;--i;)for(j=X[i];j<T;j++)if(B[j-X[i]]*(!B[j]+B[j]>B[j-X[i]]))B[j]=B[j-X[i]]+1;for(i=r=0;i<4&&B[V[i]];)r+=B[V[i++]]-1;R=i>3&&R>r?r:R;}R=!printf("%d\n",R);} |
ソースコード
#define Z(i)for(X[i]=X[i-1]+1;X[i]<31;X[i]++) B[99],V[4],X[4],T=98,R,i,r;main(j){scanf("%d%d%d%d",V,V+1,V+2,V+3);R=T;Z(1)Z(2)Z(3){for(j=-1;++j<T;)B[j]=!j;for(i=4;--i;)for(j=X[i];j<T;j++)if(B[j-X[i]]*(!B[j]+B[j]>B[j-X[i]]))B[j]=B[j-X[i]]+1;for(i=r=0;i<4&&B[V[i]];)r+=B[V[i++]]-1;R=i>3&&R>r?r:R;}R=!printf("%d\n",R);}