結果

問題 No.2442 線形写像
ユーザー hiro1729hiro1729
提出日時 2023-08-26 06:18:44
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 75 bytes
コンパイル時間 89 ms
コンパイル使用メモリ 10,624 KB
実行使用メモリ 9,188 KB
最終ジャッジ日時 2023-08-26 12:19:08
合計ジャッジ時間 3,084 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 13 ms
7,892 KB
testcase_02 AC 13 ms
7,912 KB
testcase_03 AC 12 ms
7,924 KB
testcase_04 AC 14 ms
7,904 KB
testcase_05 AC 15 ms
7,772 KB
testcase_06 AC 14 ms
7,772 KB
testcase_07 AC 13 ms
7,896 KB
testcase_08 AC 14 ms
7,828 KB
testcase_09 AC 14 ms
7,864 KB
testcase_10 AC 14 ms
7,824 KB
testcase_11 AC 15 ms
7,828 KB
testcase_12 AC 16 ms
7,776 KB
testcase_13 AC 15 ms
7,760 KB
testcase_14 AC 15 ms
7,844 KB
testcase_15 AC 133 ms
8,664 KB
testcase_16 AC 128 ms
8,516 KB
testcase_17 AC 245 ms
9,096 KB
testcase_18 AC 242 ms
8,984 KB
testcase_19 AC 255 ms
9,032 KB
testcase_20 AC 260 ms
9,164 KB
testcase_21 AC 245 ms
9,188 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

x=0
for _ in [0]*2**int(input()):x^=int(input())
print("YNeos"[bool(x)::2])
0