結果

問題 No.406 鴨等間隔の法則
ユーザー tailstails
提出日時 2016-08-06 00:09:08
言語 Perl
(5.38.2)
結果
AC  
実行時間 475 ms / 2,000 ms
コード長 88 bytes
コンパイル時間 138 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 35,868 KB
最終ジャッジ日時 2024-07-07 11:29:55
合計ジャッジ時間 8,217 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 118 ms
17,800 KB
testcase_01 AC 7 ms
6,016 KB
testcase_02 AC 8 ms
5,888 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 AC 337 ms
33,144 KB
testcase_05 AC 120 ms
15,868 KB
testcase_06 AC 131 ms
16,364 KB
testcase_07 AC 136 ms
16,620 KB
testcase_08 AC 350 ms
32,704 KB
testcase_09 AC 387 ms
35,408 KB
testcase_10 AC 154 ms
17,900 KB
testcase_11 AC 304 ms
28,952 KB
testcase_12 AC 192 ms
20,664 KB
testcase_13 AC 182 ms
19,716 KB
testcase_14 AC 330 ms
30,488 KB
testcase_15 AC 17 ms
7,424 KB
testcase_16 AC 30 ms
7,808 KB
testcase_17 AC 19 ms
6,784 KB
testcase_18 AC 30 ms
8,064 KB
testcase_19 AC 38 ms
8,320 KB
testcase_20 AC 50 ms
9,472 KB
testcase_21 AC 53 ms
9,472 KB
testcase_22 AC 89 ms
12,416 KB
testcase_23 AC 218 ms
21,836 KB
testcase_24 AC 291 ms
27,588 KB
testcase_25 AC 424 ms
35,856 KB
testcase_26 AC 446 ms
35,744 KB
testcase_27 AC 177 ms
35,712 KB
testcase_28 AC 320 ms
35,840 KB
testcase_29 AC 475 ms
35,868 KB
testcase_30 AC 414 ms
35,268 KB
testcase_31 AC 415 ms
34,452 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;($x,$y,@a)=sort{$b-$a}glob<>;$d=$y-$x;!$d|$_-($y+=$d)&&exit!print'NO'for@a;print'YES'
0