結果

問題 No.228 ゆきこちゃんの 15 パズル
ユーザー cielciel
提出日時 2015-06-20 03:19:37
言語 C90
(gcc 11.4.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 168 bytes
コンパイル時間 111 ms
コンパイル使用メモリ 24,316 KB
実行使用メモリ 4,504 KB
最終ジャッジ日時 2023-09-21 10:31:51
合計ジャッジ時間 1,082 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 1 ms
4,376 KB
testcase_02 AC 0 ms
4,380 KB
testcase_03 AC 0 ms
4,380 KB
testcase_04 AC 1 ms
4,376 KB
testcase_05 AC 1 ms
4,376 KB
testcase_06 AC 0 ms
4,376 KB
testcase_07 AC 1 ms
4,376 KB
testcase_08 AC 1 ms
4,376 KB
testcase_09 AC 1 ms
4,376 KB
testcase_10 AC 1 ms
4,380 KB
testcase_11 AC 1 ms
4,376 KB
testcase_12 AC 1 ms
4,380 KB
testcase_13 AC 1 ms
4,376 KB
testcase_14 AC 1 ms
4,376 KB
testcase_15 AC 1 ms
4,380 KB
testcase_16 AC 0 ms
4,380 KB
testcase_17 AC 0 ms
4,380 KB
testcase_18 AC 1 ms
4,380 KB
testcase_19 AC 1 ms
4,380 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^=abs(x/4-3)%2;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^=abs(x/4-3)%2;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^=abs(x/4-3)%2;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^=abs(x/4-3)%2;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^=abs(x/4-3)%2;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^=abs(x/4-3)%2;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,

ソースコード

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^=abs(x/4-3)%2;x=!puts(p?"No":"Yes");}
0