結果
問題 | No.228 ゆきこちゃんの 15 パズル |
ユーザー | hogeover30 |
提出日時 | 2015-10-31 11:36:56 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 163 bytes |
コンパイル時間 | 139 ms |
コンパイル使用メモリ | 20,480 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-13 06:21:03 |
合計ジャッジ時間 | 829 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 0 ms
6,944 KB |
testcase_02 | AC | 0 ms
6,940 KB |
testcase_03 | AC | 1 ms
6,940 KB |
testcase_04 | AC | 1 ms
6,940 KB |
testcase_05 | AC | 1 ms
6,940 KB |
testcase_06 | AC | 1 ms
6,944 KB |
testcase_07 | AC | 0 ms
6,940 KB |
testcase_08 | AC | 1 ms
6,940 KB |
testcase_09 | AC | 1 ms
6,940 KB |
testcase_10 | AC | 0 ms
6,944 KB |
testcase_11 | AC | 0 ms
6,944 KB |
testcase_12 | AC | 1 ms
6,944 KB |
testcase_13 | AC | 0 ms
6,944 KB |
testcase_14 | AC | 1 ms
6,940 KB |
testcase_15 | AC | 0 ms
6,944 KB |
testcase_16 | AC | 1 ms
6,940 KB |
testcase_17 | AC | 1 ms
6,940 KB |
testcase_18 | AC | 0 ms
6,940 KB |
testcase_19 | AC | 0 ms
6,944 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | 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] 1 | 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] 1 | 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] 1 | 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] 1 | 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] 1 | 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] 1 | A[15],x,y,z,p;main(k){for(;~scanf("%d",&k
ソースコード
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");}