結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 50 ms
14,564 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 115 ms
26,244 KB
testcase_05 AC 39 ms
12,864 KB
testcase_06 AC 41 ms
13,328 KB
testcase_07 AC 42 ms
13,448 KB
testcase_08 AC 114 ms
26,196 KB
testcase_09 AC 127 ms
28,228 KB
testcase_10 AC 47 ms
14,664 KB
testcase_11 AC 99 ms
23,320 KB
testcase_12 AC 61 ms
16,868 KB
testcase_13 AC 54 ms
16,116 KB
testcase_14 AC 104 ms
24,508 KB
testcase_15 AC 6 ms
6,528 KB
testcase_16 AC 9 ms
6,656 KB
testcase_17 AC 6 ms
6,016 KB
testcase_18 AC 7 ms
7,040 KB
testcase_19 AC 10 ms
6,912 KB
testcase_20 AC 15 ms
7,808 KB
testcase_21 AC 15 ms
7,936 KB
testcase_22 AC 25 ms
10,240 KB
testcase_23 AC 67 ms
17,560 KB
testcase_24 AC 89 ms
22,008 KB
testcase_25 AC 131 ms
28,588 KB
testcase_26 AC 127 ms
28,656 KB
testcase_27 AC 59 ms
28,672 KB
testcase_28 AC 60 ms
28,800 KB
testcase_29 AC 132 ms
28,524 KB
testcase_30 AC 122 ms
28,088 KB
testcase_31 AC 124 ms
27,468 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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