結果

問題 No.228 ゆきこちゃんの 15 パズル
ユーザー hogeover30hogeover30
提出日時 2015-10-31 11:36:56
言語 C90
(gcc 11.4.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 163 bytes
コンパイル時間 507 ms
コンパイル使用メモリ 23,868 KB
実行使用メモリ 4,352 KB
最終ジャッジ日時 2023-10-11 07:11:15
合計ジャッジ時間 2,094 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 0 ms
4,348 KB
testcase_02 AC 0 ms
4,348 KB
testcase_03 AC 0 ms
4,348 KB
testcase_04 AC 1 ms
4,352 KB
testcase_05 AC 0 ms
4,348 KB
testcase_06 AC 1 ms
4,352 KB
testcase_07 AC 1 ms
4,352 KB
testcase_08 AC 0 ms
4,352 KB
testcase_09 AC 1 ms
4,352 KB
testcase_10 AC 0 ms
4,352 KB
testcase_11 AC 1 ms
4,348 KB
testcase_12 AC 1 ms
4,352 KB
testcase_13 AC 1 ms
4,352 KB
testcase_14 AC 1 ms
4,348 KB
testcase_15 AC 1 ms
4,348 KB
testcase_16 AC 1 ms
4,348 KB
testcase_17 AC 1 ms
4,348 KB
testcase_18 AC 0 ms
4,352 KB
testcase_19 AC 1 ms
4,348 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
 ^
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 ‘x’ [-Wimplicit-int]
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
       ^
main.c:1:9: warning: type defaults to ‘int’ in declaration of ‘y’ [-Wimplicit-int]
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
         ^
main.c:1:11: warning: type defaults to ‘int’ in declaration of ‘z’ [-Wimplicit-int]
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
           ^
main.c:1:13: warning: type defaults to ‘int’ in declaration of ‘p’ [-Wimplicit-int]
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
             ^
main.c:1:15: warning: return type defaults to ‘int’ [-Wimplicit-int]
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
               ^~~~
main.c: In function ‘main’:
main.c:1:15: warning: type of ‘k’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:29: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
 A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=

ソースコード

diff #

A[15],x,y,z,p;main(k){for(;~scanf("%d",&k);x++)if(k)for(A[++y]=--k,p|=(abs(x/4-k/4)+abs(x%4-k%4)>1)*2,z=0;z<y;z++)p^=A[z]>k;else p^=x/4-3&1;x=!puts(p?"No":"Yes");}
0