結果

問題 No.1586 Equal Array
ユーザー tailstails
提出日時 2021-07-08 22:27:27
言語 Perl
(5.38.2)
結果
AC  
実行時間 308 ms / 1,000 ms
コード長 42 bytes
コンパイル時間 672 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 25,940 KB
最終ジャッジ日時 2023-09-14 05:06:26
合計ジャッジ時間 5,179 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,224 KB
testcase_01 AC 6 ms
5,312 KB
testcase_02 AC 6 ms
5,224 KB
testcase_03 AC 6 ms
5,200 KB
testcase_04 AC 163 ms
25,032 KB
testcase_05 AC 166 ms
25,120 KB
testcase_06 AC 268 ms
25,692 KB
testcase_07 AC 271 ms
25,712 KB
testcase_08 AC 277 ms
25,784 KB
testcase_09 AC 279 ms
25,820 KB
testcase_10 AC 275 ms
25,824 KB
testcase_11 AC 6 ms
5,224 KB
testcase_12 AC 6 ms
5,124 KB
testcase_13 AC 281 ms
25,692 KB
testcase_14 AC 293 ms
25,940 KB
testcase_15 AC 299 ms
25,688 KB
testcase_16 AC 308 ms
25,816 KB
testcase_17 AC 6 ms
5,164 KB
testcase_18 AC 170 ms
25,536 KB
testcase_19 AC 175 ms
25,932 KB
testcase_20 AC 6 ms
5,324 KB
testcase_21 AC 6 ms
5,380 KB
testcase_22 AC 6 ms
5,096 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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