結果

問題 No.1134 Deviation Score Ⅱ
ユーザー %20%20
提出日時 2020-07-26 23:22:43
言語 Perl
(5.38.2)
結果
RE  
実行時間 -
コード長 103 bytes
コンパイル時間 243 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 34,560 KB
最終ジャッジ日時 2024-06-28 21:11:15
合計ジャッジ時間 3,726 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,016 KB
testcase_01 AC 168 ms
30,848 KB
testcase_02 AC 121 ms
23,296 KB
testcase_03 AC 147 ms
27,520 KB
testcase_04 AC 69 ms
15,232 KB
testcase_05 AC 169 ms
30,848 KB
testcase_06 AC 50 ms
12,416 KB
testcase_07 AC 39 ms
10,756 KB
testcase_08 AC 141 ms
26,752 KB
testcase_09 AC 34 ms
10,112 KB
testcase_10 AC 10 ms
6,656 KB
testcase_11 AC 117 ms
22,528 KB
testcase_12 AC 110 ms
22,016 KB
testcase_13 AC 184 ms
33,280 KB
testcase_14 AC 115 ms
22,656 KB
testcase_15 AC 79 ms
17,152 KB
testcase_16 AC 41 ms
11,048 KB
testcase_17 AC 113 ms
22,144 KB
testcase_18 AC 119 ms
23,552 KB
testcase_19 AC 152 ms
28,672 KB
testcase_20 AC 88 ms
18,176 KB
testcase_21 RE -
testcase_22 RE -
testcase_23 RE -
testcase_24 RE -
testcase_25 WA -
testcase_26 WA -
testcase_27 AC 7 ms
6,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$N=<>;
$s+=$_ for@x=glob<>;
$t+=($_-$s/$N)**2for@x;
$u=sqrt$t/$N;
print+($x[<>-1]-$s/$N)*10/$u+50|0,$/
0