結果

問題 No.322 Geometry Dash
ユーザー Tawara
提出日時 2015-12-16 23:37:25
言語 Python2
(2.7.18)
結果
AC  
実行時間 172 ms / 2,000 ms
コード長 133 bytes
コンパイル時間 247 ms
コンパイル使用メモリ 6,784 KB
実行使用メモリ 24,476 KB
最終ジャッジ日時 2024-11-08 18:30:53
合計ジャッジ時間 7,493 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 27
権限があれば一括ダウンロードができます

ソースコード

diff #

S=range(input());I=lambda:map(float,raw_input().split());T=I();D=I()
S.sort(key=lambda x:D[x]/T[x]);print" ".join(str(s+1)for s in S)
0