結果

問題 No.1586 Equal Array
ユーザー KeroruKeroru
提出日時 2021-07-08 22:27:30
言語 PyPy3
(7.3.8)
結果
AC  
実行時間 110 ms / 1,000 ms
コード長 66 bytes
コンパイル時間 494 ms
使用メモリ 99,164 KB
最終ジャッジ日時 2023-02-01 18:36:35
合計ジャッジ時間 4,123 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 81 ms
75,436 KB
testcase_01 AC 79 ms
75,716 KB
testcase_02 AC 80 ms
75,712 KB
testcase_03 AC 80 ms
75,804 KB
testcase_04 AC 102 ms
96,292 KB
testcase_05 AC 102 ms
96,264 KB
testcase_06 AC 110 ms
99,008 KB
testcase_07 AC 109 ms
99,120 KB
testcase_08 AC 109 ms
99,024 KB
testcase_09 AC 110 ms
99,000 KB
testcase_10 AC 110 ms
99,040 KB
testcase_11 AC 81 ms
75,716 KB
testcase_12 AC 80 ms
75,740 KB
testcase_13 AC 109 ms
98,660 KB
testcase_14 AC 109 ms
98,984 KB
testcase_15 AC 109 ms
99,076 KB
testcase_16 AC 110 ms
99,084 KB
testcase_17 AC 80 ms
75,484 KB
testcase_18 AC 107 ms
99,164 KB
testcase_19 AC 109 ms
99,140 KB
testcase_20 AC 81 ms
75,776 KB
testcase_21 AC 79 ms
75,648 KB
testcase_22 AC 79 ms
75,800 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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