結果

問題 No.1586 Equal Array
ユーザー tailstails
提出日時 2021-07-08 22:27:27
言語 Perl
(5.26.3)
結果
AC  
実行時間 306 ms / 1,000 ms
コード長 42 bytes
コンパイル時間 682 ms
使用メモリ 26,016 KB
最終ジャッジ日時 2023-02-01 18:36:27
合計ジャッジ時間 5,096 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 6 ms
5,112 KB
testcase_01 AC 6 ms
5,188 KB
testcase_02 AC 6 ms
5,152 KB
testcase_03 AC 6 ms
5,116 KB
testcase_04 AC 154 ms
25,200 KB
testcase_05 AC 154 ms
25,112 KB
testcase_06 AC 279 ms
25,876 KB
testcase_07 AC 274 ms
25,784 KB
testcase_08 AC 279 ms
25,816 KB
testcase_09 AC 281 ms
25,816 KB
testcase_10 AC 283 ms
25,872 KB
testcase_11 AC 6 ms
5,172 KB
testcase_12 AC 6 ms
5,196 KB
testcase_13 AC 287 ms
25,900 KB
testcase_14 AC 288 ms
26,016 KB
testcase_15 AC 290 ms
25,908 KB
testcase_16 AC 306 ms
25,760 KB
testcase_17 AC 6 ms
5,172 KB
testcase_18 AC 163 ms
25,848 KB
testcase_19 AC 162 ms
25,908 KB
testcase_20 AC 6 ms
5,356 KB
testcase_21 AC 6 ms
5,404 KB
testcase_22 AC 6 ms
5,252 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;$s+=$_ for glob<>;print $s%$n?No:Yes
0