結果

問題 No.322 Geometry Dash
ユーザー tailstails
提出日時 2015-12-15 11:11:09
言語 Perl
(5.38.2)
結果
AC  
実行時間 421 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 762 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 40,332 KB
最終ジャッジ日時 2024-11-08 17:01:00
合計ジャッジ時間 12,496 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,504 KB
testcase_01 AC 4 ms
5,504 KB
testcase_02 AC 2 ms
5,504 KB
testcase_03 AC 2 ms
5,504 KB
testcase_04 AC 130 ms
39,872 KB
testcase_05 AC 217 ms
39,700 KB
testcase_06 AC 266 ms
39,788 KB
testcase_07 AC 306 ms
39,836 KB
testcase_08 AC 332 ms
39,936 KB
testcase_09 AC 215 ms
39,852 KB
testcase_10 AC 258 ms
40,088 KB
testcase_11 AC 295 ms
40,008 KB
testcase_12 AC 336 ms
39,876 KB
testcase_13 AC 355 ms
40,332 KB
testcase_14 AC 267 ms
39,744 KB
testcase_15 AC 301 ms
40,124 KB
testcase_16 AC 351 ms
39,876 KB
testcase_17 AC 397 ms
40,148 KB
testcase_18 AC 421 ms
40,260 KB
testcase_19 AC 315 ms
39,872 KB
testcase_20 AC 335 ms
40,116 KB
testcase_21 AC 371 ms
40,060 KB
testcase_22 AC 399 ms
39,944 KB
testcase_23 AC 394 ms
40,156 KB
testcase_24 AC 368 ms
40,120 KB
testcase_25 AC 355 ms
39,924 KB
testcase_26 AC 399 ms
40,212 KB
testcase_27 AC 405 ms
40,072 KB
testcase_28 AC 415 ms
40,008 KB
testcase_29 AC 321 ms
33,148 KB
testcase_30 AC 345 ms
35,620 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