結果
| 問題 | No.2212 One XOR Matrix |
| コンテスト | |
| ユーザー |
ニックネーム
|
| 提出日時 | 2023-02-10 22:09:51 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 96 bytes |
| 記録 | |
| コンパイル時間 | 622 ms |
| コンパイル使用メモリ | 20,568 KB |
| 実行使用メモリ | 15,488 KB |
| 最終ジャッジ日時 | 2026-03-29 07:31:11 |
| 合計ジャッジ時間 | 3,884 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | WA * 8 |
ソースコード
n = int(input()); m= 2**n if n==1: exit(print(-1)) for i in range(m): print(*range(i*m,(i+1)*m))
ニックネーム