結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 101 ms
17,924 KB
testcase_01 AC 7 ms
5,888 KB
testcase_02 AC 6 ms
5,888 KB
testcase_03 AC 6 ms
5,888 KB
testcase_04 AC 290 ms
33,020 KB
testcase_05 AC 102 ms
15,748 KB
testcase_06 AC 109 ms
16,364 KB
testcase_07 AC 114 ms
16,744 KB
testcase_08 AC 285 ms
32,700 KB
testcase_09 AC 321 ms
35,412 KB
testcase_10 AC 130 ms
17,820 KB
testcase_11 AC 249 ms
28,952 KB
testcase_12 AC 160 ms
20,796 KB
testcase_13 AC 154 ms
19,844 KB
testcase_14 AC 274 ms
30,620 KB
testcase_15 AC 15 ms
7,424 KB
testcase_16 AC 26 ms
7,808 KB
testcase_17 AC 16 ms
6,912 KB
testcase_18 AC 25 ms
7,936 KB
testcase_19 AC 30 ms
8,192 KB
testcase_20 AC 40 ms
9,344 KB
testcase_21 AC 44 ms
9,472 KB
testcase_22 AC 74 ms
12,416 KB
testcase_23 AC 177 ms
21,960 KB
testcase_24 AC 240 ms
27,460 KB
testcase_25 AC 352 ms
35,728 KB
testcase_26 AC 353 ms
35,744 KB
testcase_27 AC 164 ms
35,712 KB
testcase_28 AC 283 ms
35,712 KB
testcase_29 AC 343 ms
35,744 KB
testcase_30 AC 353 ms
35,272 KB
testcase_31 AC 342 ms
34,452 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;($x,$y,@a)=sort{$b-$a}glob<>;$x-=$y;print grep(!$x|$_-($y-=$x),@a)?NO:YES
0