結果

問題 No.322 Geometry Dash
ユーザー tailstails
提出日時 2015-12-15 11:11:09
言語 Perl
(5.40.0)
結果
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
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 27
権限があれば一括ダウンロードができます
コンパイルメッセージ
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