結果

問題 No.322 Geometry Dash
ユーザー tailstails
提出日時 2015-12-15 11:11:09
言語 Perl
(5.38.2)
結果
AC  
実行時間 480 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 226 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 40,288 KB
最終ジャッジ日時 2024-04-26 04:24:46
合計ジャッジ時間 13,593 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,504 KB
testcase_01 AC 4 ms
5,632 KB
testcase_02 AC 3 ms
5,632 KB
testcase_03 AC 4 ms
5,504 KB
testcase_04 AC 150 ms
40,004 KB
testcase_05 AC 242 ms
39,824 KB
testcase_06 AC 293 ms
39,912 KB
testcase_07 AC 353 ms
39,836 KB
testcase_08 AC 397 ms
39,936 KB
testcase_09 AC 234 ms
39,856 KB
testcase_10 AC 283 ms
40,164 KB
testcase_11 AC 338 ms
40,008 KB
testcase_12 AC 378 ms
40,008 KB
testcase_13 AC 422 ms
40,204 KB
testcase_14 AC 292 ms
39,872 KB
testcase_15 AC 349 ms
40,124 KB
testcase_16 AC 392 ms
39,748 KB
testcase_17 AC 426 ms
40,272 KB
testcase_18 AC 444 ms
40,260 KB
testcase_19 AC 350 ms
40,004 KB
testcase_20 AC 386 ms
40,120 KB
testcase_21 AC 422 ms
40,184 KB
testcase_22 AC 440 ms
40,072 KB
testcase_23 AC 447 ms
40,288 KB
testcase_24 AC 385 ms
40,120 KB
testcase_25 AC 406 ms
40,056 KB
testcase_26 AC 461 ms
40,236 KB
testcase_27 AC 480 ms
40,204 KB
testcase_28 AC 471 ms
39,996 KB
testcase_29 AC 370 ms
33,276 KB
testcase_30 AC 406 ms
35,616 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "t" may clash with future reserved word at Main.pl line 1.
Unquoted string "d" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$n=<>;@$_=<>=~/^|\d+/g for t,d;print"@{[sort{$t[$b]*$d[$a]<=>$t[$a]*$d[$b]}1..$n]}"
0