結果
| 問題 | 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 |
| 記録 | |
| コンパイル時間 | 293 ms |
| コンパイル使用メモリ | 21,408 KB |
| 実行使用メモリ | 15,996 KB |
| 最終ジャッジ日時 | 2026-08-11 11:55:33 |
| 合計ジャッジ時間 | 4,913 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_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))
ニックネーム