結果

問題 No.2212 One XOR Matrix
ユーザー 👑 p-adicp-adic
提出日時 2023-06-25 10:05:31
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 175 ms / 2,000 ms
コード長 179 bytes
コンパイル時間 193 ms
コンパイル使用メモリ 82,304 KB
実行使用メモリ 85,012 KB
最終ジャッジ日時 2024-07-02 11:38:24
合計ジャッジ時間 2,554 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,096 KB
testcase_01 AC 42 ms
51,968 KB
testcase_02 AC 38 ms
51,840 KB
testcase_03 AC 39 ms
51,840 KB
testcase_04 AC 45 ms
58,752 KB
testcase_05 AC 55 ms
64,640 KB
testcase_06 AC 57 ms
67,712 KB
testcase_07 AC 70 ms
76,544 KB
testcase_08 AC 94 ms
77,952 KB
testcase_09 AC 175 ms
85,012 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=1<<int(input())
R=range(N)
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-i%2)for j in R]for i in R],[[-1]]][N<3]:print(*m)
0