結果

問題 No.332 数列をプレゼントに
ユーザー tailstails
提出日時 2015-12-25 02:12:43
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 153 bytes
コンパイル時間 477 ms
コンパイル使用メモリ 7,196 KB
実行使用メモリ 231,792 KB
最終ジャッジ日時 2024-09-18 23:41:44
合計ジャッジ時間 4,235 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
13,752 KB
testcase_01 AC 3 ms
6,944 KB
testcase_02 AC 3 ms
6,940 KB
testcase_03 AC 3 ms
6,940 KB
testcase_04 AC 3 ms
6,944 KB
testcase_05 AC 3 ms
6,940 KB
testcase_06 TLE -
testcase_07 AC 104 ms
16,128 KB
testcase_08 AC 22 ms
6,948 KB
testcase_09 AC 3 ms
6,940 KB
testcase_10 AC 3 ms
6,944 KB
testcase_11 AC 21 ms
6,944 KB
testcase_12 AC 48 ms
6,944 KB
testcase_13 AC 478 ms
15,232 KB
testcase_14 AC 7 ms
6,944 KB
testcase_15 AC 45 ms
6,944 KB
testcase_16 AC 11 ms
6,940 KB
testcase_17 AC 13 ms
6,944 KB
testcase_18 AC 30 ms
6,944 KB
testcase_19 AC 13 ms
6,944 KB
testcase_20 AC 20 ms
6,944 KB
testcase_21 AC 63 ms
6,944 KB
testcase_22 AC 42 ms
6,944 KB
testcase_23 TLE -
testcase_24 -- -
testcase_25 -- -
testcase_26 -- -
testcase_27 -- -
testcase_28 -- -
testcase_29 -- -
testcase_30 -- -
testcase_31 -- -
testcase_32 -- -
testcase_33 -- -
testcase_34 -- -
testcase_35 -- -
testcase_36 -- -
testcase_37 -- -
testcase_38 -- -
testcase_39 -- -
testcase_40 -- -
testcase_41 -- -
testcase_42 -- -
testcase_43 -- -
testcase_44 -- -
testcase_45 -- -
testcase_46 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($n,$x,$h{0})=<>=~/\d+/g;$y+=$_ for@a=<>=~//g;for$v(@a){$y-=$v;%h=map{$_+$y>=$x?($_,$h{$_}.'x'):(),$_+$v<=$x?($_+$v,$h{$_}.'o'):()}keys%h}print$h{$x}||No
0