結果

問題 No.2112 All 2x2 are Equal
ユーザー 👑 p-adicp-adic
提出日時 2024-08-19 16:22:36
言語 cLay
(20240714-1)
結果
AC  
実行時間 37 ms / 2,000 ms
コード長 160 bytes
コンパイル時間 2,416 ms
コンパイル使用メモリ 173,540 KB
実行使用メモリ 12,288 KB
最終ジャッジ日時 2024-08-19 16:22:44
合計ジャッジ時間 7,550 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
11,264 KB
testcase_01 AC 7 ms
11,136 KB
testcase_02 AC 8 ms
11,392 KB
testcase_03 AC 7 ms
11,136 KB
testcase_04 AC 17 ms
12,160 KB
testcase_05 AC 18 ms
12,160 KB
testcase_06 AC 24 ms
12,288 KB
testcase_07 AC 12 ms
12,288 KB
testcase_08 AC 21 ms
12,288 KB
testcase_09 AC 9 ms
11,392 KB
testcase_10 AC 14 ms
12,288 KB
testcase_11 AC 12 ms
12,160 KB
testcase_12 AC 14 ms
12,160 KB
testcase_13 AC 24 ms
12,288 KB
testcase_14 AC 8 ms
11,264 KB
testcase_15 AC 26 ms
12,160 KB
testcase_16 AC 7 ms
11,136 KB
testcase_17 AC 23 ms
12,160 KB
testcase_18 AC 8 ms
11,264 KB
testcase_19 AC 9 ms
11,520 KB
testcase_20 AC 8 ms
11,264 KB
testcase_21 AC 29 ms
12,288 KB
testcase_22 AC 8 ms
11,392 KB
testcase_23 AC 8 ms
11,264 KB
testcase_24 AC 9 ms
11,520 KB
testcase_25 AC 10 ms
11,904 KB
testcase_26 AC 9 ms
11,776 KB
testcase_27 AC 12 ms
12,288 KB
testcase_28 AC 20 ms
12,160 KB
testcase_29 AC 9 ms
11,520 KB
testcase_30 AC 13 ms
12,288 KB
testcase_31 AC 18 ms
12,160 KB
testcase_32 AC 27 ms
12,288 KB
testcase_33 AC 27 ms
12,032 KB
testcase_34 AC 37 ms
12,160 KB
testcase_35 AC 27 ms
12,032 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@H,@W,A[1d3][1d3],b=W%2<H%2;wt("Yes");if(b)swap(H,W);rep(i,H)rep(j,W)A[i][j]=i+j&1?H*W-i/2*W-j:i/2*W+j+1;if(b)swap(H,W);rep(i,H)rep(j,W)wt(b?A[j][i]:A[i][j]);
0