結果

問題 No.2212 One XOR Matrix
ユーザー 👑 p-adicp-adic
提出日時 2023-06-25 10:01:54
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 171 ms / 2,000 ms
コード長 182 bytes
コンパイル時間 155 ms
コンパイル使用メモリ 82,476 KB
実行使用メモリ 85,196 KB
最終ジャッジ日時 2024-07-02 11:34:36
合計ジャッジ時間 2,535 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,152 KB
testcase_01 AC 38 ms
52,048 KB
testcase_02 AC 37 ms
53,296 KB
testcase_03 AC 38 ms
52,480 KB
testcase_04 AC 45 ms
59,100 KB
testcase_05 AC 54 ms
65,140 KB
testcase_06 AC 56 ms
68,164 KB
testcase_07 AC 69 ms
76,404 KB
testcase_08 AC 93 ms
78,084 KB
testcase_09 AC 171 ms
85,196 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=2<<int(input())
R=range(N//2)
for m in [[[[i%2+j*2,(58407>>(i%4*4+j%4))%2+(j-j%4+(3830337252>>(i%4*8+j%4*2))%4)*2][i//4==j//4]+N*(i//2)for j in R]for i in R],[[-1]]][N<5]:print(*m)
0