結果

問題 No.2112 All 2x2 are Equal
ユーザー 👑 p-adicp-adic
提出日時 2024-08-19 15:21:05
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 160 bytes
コンパイル時間 2,459 ms
コンパイル使用メモリ 172,584 KB
実行使用メモリ 12,288 KB
最終ジャッジ日時 2024-08-19 15:21:13
合計ジャッジ時間 7,062 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

ll@H,@W,A[1d3][1d3],b=H%2<W%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