結果

問題 No.406 鴨等間隔の法則
ユーザー %20%20
提出日時 2017-04-07 19:52:05
言語 Perl
(5.38.2)
結果
AC  
実行時間 157 ms / 2,000 ms
コード長 92 bytes
コンパイル時間 97 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 28,788 KB
最終ジャッジ日時 2024-07-07 12:01:38
合計ジャッジ時間 3,617 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 57 ms
14,556 KB
testcase_01 AC 3 ms
6,940 KB
testcase_02 AC 4 ms
6,944 KB
testcase_03 AC 3 ms
6,940 KB
testcase_04 AC 145 ms
26,368 KB
testcase_05 AC 52 ms
12,992 KB
testcase_06 AC 54 ms
13,452 KB
testcase_07 AC 56 ms
13,580 KB
testcase_08 AC 151 ms
26,196 KB
testcase_09 AC 150 ms
28,360 KB
testcase_10 AC 55 ms
14,412 KB
testcase_11 AC 120 ms
23,204 KB
testcase_12 AC 78 ms
16,740 KB
testcase_13 AC 77 ms
15,860 KB
testcase_14 AC 135 ms
24,508 KB
testcase_15 AC 8 ms
6,940 KB
testcase_16 AC 11 ms
6,944 KB
testcase_17 AC 6 ms
6,944 KB
testcase_18 AC 8 ms
7,040 KB
testcase_19 AC 13 ms
7,040 KB
testcase_20 AC 17 ms
7,808 KB
testcase_21 AC 17 ms
8,064 KB
testcase_22 AC 31 ms
10,368 KB
testcase_23 AC 74 ms
17,564 KB
testcase_24 AC 103 ms
22,140 KB
testcase_25 AC 152 ms
28,660 KB
testcase_26 AC 157 ms
28,532 KB
testcase_27 AC 88 ms
28,672 KB
testcase_28 AC 89 ms
28,660 KB
testcase_29 AC 153 ms
28,788 KB
testcase_30 AC 146 ms
28,092 KB
testcase_31 AC 146 ms
27,468 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 1.
Scalar value @_[0] better written as $_[0] at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

<>;$/=$";@_=sort{$a-$b}<>;$||=$_-$_[$i]-$_[1]+@_[0]|$_==$_[$i++]for@_[1..$#_];print$|?NO:YES
0