結果

問題 No.406 鴨等間隔の法則
ユーザー %20%20
提出日時 2017-04-07 19:52:05
言語 Perl
(5.38.2)
結果
AC  
実行時間 181 ms / 2,000 ms
コード長 92 bytes
コンパイル時間 305 ms
コンパイル使用メモリ 5,340 KB
実行使用メモリ 28,036 KB
最終ジャッジ日時 2023-09-21 18:25:59
合計ジャッジ時間 4,347 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 65 ms
13,964 KB
testcase_01 AC 2 ms
4,500 KB
testcase_02 AC 3 ms
4,500 KB
testcase_03 AC 2 ms
4,516 KB
testcase_04 AC 162 ms
25,800 KB
testcase_05 AC 53 ms
12,400 KB
testcase_06 AC 56 ms
12,764 KB
testcase_07 AC 58 ms
13,000 KB
testcase_08 AC 158 ms
25,520 KB
testcase_09 AC 175 ms
27,880 KB
testcase_10 AC 65 ms
13,956 KB
testcase_11 AC 132 ms
22,644 KB
testcase_12 AC 84 ms
16,280 KB
testcase_13 AC 79 ms
15,328 KB
testcase_14 AC 143 ms
23,912 KB
testcase_15 AC 7 ms
5,776 KB
testcase_16 AC 11 ms
6,076 KB
testcase_17 AC 7 ms
5,280 KB
testcase_18 AC 9 ms
6,208 KB
testcase_19 AC 14 ms
6,492 KB
testcase_20 AC 19 ms
7,300 KB
testcase_21 AC 19 ms
7,272 KB
testcase_22 AC 35 ms
9,608 KB
testcase_23 AC 88 ms
17,044 KB
testcase_24 AC 122 ms
21,524 KB
testcase_25 AC 176 ms
28,036 KB
testcase_26 AC 173 ms
28,008 KB
testcase_27 AC 96 ms
28,000 KB
testcase_28 AC 100 ms
28,004 KB
testcase_29 AC 175 ms
27,904 KB
testcase_30 AC 181 ms
27,492 KB
testcase_31 AC 173 ms
26,904 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