結果

問題 No.1586 Equal Array
ユーザー KeroruKeroru
提出日時 2021-07-08 22:27:30
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 94 ms / 1,000 ms
コード長 66 bytes
コンパイル時間 1,664 ms
コンパイル使用メモリ 86,700 KB
実行使用メモリ 94,604 KB
最終ジャッジ日時 2023-09-14 05:06:31
合計ジャッジ時間 3,813 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 68 ms
71,032 KB
testcase_01 AC 64 ms
71,016 KB
testcase_02 AC 64 ms
71,168 KB
testcase_03 AC 66 ms
71,400 KB
testcase_04 AC 94 ms
91,404 KB
testcase_05 AC 86 ms
91,588 KB
testcase_06 AC 89 ms
94,152 KB
testcase_07 AC 93 ms
94,136 KB
testcase_08 AC 91 ms
94,104 KB
testcase_09 AC 91 ms
94,456 KB
testcase_10 AC 89 ms
93,948 KB
testcase_11 AC 64 ms
71,376 KB
testcase_12 AC 64 ms
71,156 KB
testcase_13 AC 93 ms
94,312 KB
testcase_14 AC 91 ms
94,188 KB
testcase_15 AC 90 ms
93,980 KB
testcase_16 AC 92 ms
94,160 KB
testcase_17 AC 65 ms
71,292 KB
testcase_18 AC 91 ms
93,988 KB
testcase_19 AC 92 ms
94,604 KB
testcase_20 AC 65 ms
71,264 KB
testcase_21 AC 70 ms
71,140 KB
testcase_22 AC 64 ms
71,292 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n,*a=map(int,open(0).read().split());print('YNeos'[sum(a)%n>0::2])
0