結果
問題 | No.334 門松ゲーム |
ユーザー | testestest |
提出日時 | 2016-09-09 13:21:01 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 233 bytes |
コンパイル時間 | 1,067 ms |
コンパイル使用メモリ | 20,736 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-16 05:22:35 |
合計ジャッジ時間 | 2,067 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
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 | - |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | a[20],I,J;f(x,i,j,k){for(i=0;a[i];i++)for(j=i;a[++j];)for(k=j;a[++k];)if(~x>>i&~x>>j&~x>>k&(a[i]-a[j])*(a[k]-a[j])>0&&!f(x^1<<i^1<<j^1<<k))return I=~i,J=j,k;I=J=0;}main(i){for(;~scanf("%d",a-i--););I=!printf("%d %.d %.d",~I,J,f(0));} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int] main.c:1:7: warning: type defaults to ‘int’ in declaration of ‘I’ [-Wimplicit-int] 1 | a[20],I,J;f(x,i,j,k){for(i=0;a[i];i++)for(j=i;a[++j];)for(k=j;a[++k];)if(~x>>i&~x>>j&~x>>k&(a[i]-a[j])*(a[k]-a[j])>0&&!f(x^1<<i^1<<j^1<<k))return I=~i,J=j,k;I=J=0;}main(i){for(;~scanf("%d",a-i--););I=!printf("%d %.d %.d",~I,J,f(0));} | ^ main.c:1:9: warning: type defaults to ‘int’ in declaration of ‘J’ [-Wimplicit-int] 1 | a[20],I,J;f(x,i,j,k){for(i=0;a[i];i++)for(j=i;a[++j];)for(k=j;a[++k];)if(~x>>i&~x>>j&~x>>k&(a[i]-a[j])*(a[k]-a[j])>0&&!f(x^1<<i^1<<j^1<<k))return I=~i,J=j,k;I=J=0;}main(i){for(;~scanf("%d",a-i--););I=!printf("%d %.d %.d",~I,J,f(0));} | ^ main.c:1:11: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | a[20],I,J;f(x,i,j,k){for(i=0;a[i];i++)for(j=i;a[++j];)for(k=j;a[++k];)if(~x>>i&~x>>j&~x>>k&(a[i]-a[j])*(a[k]-a[j])>0&&!f(x^1<<i^1<<j^1<<k))return I=~i,J=j,k;I=J=0;}main(i){for(;~scanf("%d",a-i--););I=!printf("%d %.d %.d",~I,J,f(0));} | ^ main.c: In function ‘f’: main.c:1:11: warning: type of ‘x’ defaults to ‘int’ [-Wimplicit-int] main.c:1:11: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int] main.c:1:11: warning: type of ‘j’ defaults to ‘int’ [-Wimplicit-int] main.c:1:11: warning: type of ‘k’ defaults to ‘int’ [-Wimplicit-int] main.c: At top level: main.c:1:165: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | a[20],I,J;f(x,i,j,k){for(i=0;a[i];i++)for(j=i;a[++j];)for(k=j;a[++k];)if(~x>>i&~x>>j&~x>>k&(a[i]-a[j])*(a[k]-a[j])>
ソースコード
a[20],I,J;f(x,i,j,k){for(i=0;a[i];i++)for(j=i;a[++j];)for(k=j;a[++k];)if(~x>>i&~x>>j&~x>>k&(a[i]-a[j])*(a[k]-a[j])>0&&!f(x^1<<i^1<<j^1<<k))return I=~i,J=j,k;I=J=0;}main(i){for(;~scanf("%d",a-i--););I=!printf("%d %.d %.d",~I,J,f(0));}