結果

問題 No.322 Geometry Dash
ユーザー TawaraTawara
提出日時 2015-12-16 23:37:25
言語 Python2
(2.7.18)
結果
AC  
実行時間 172 ms / 2,000 ms
コード長 133 bytes
コンパイル時間 142 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 24,476 KB
最終ジャッジ日時 2024-04-26 05:43:07
合計ジャッジ時間 7,417 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
6,528 KB
testcase_01 AC 10 ms
6,400 KB
testcase_02 AC 11 ms
6,400 KB
testcase_03 AC 10 ms
6,272 KB
testcase_04 AC 105 ms
24,416 KB
testcase_05 AC 123 ms
24,124 KB
testcase_06 AC 138 ms
24,328 KB
testcase_07 AC 149 ms
24,224 KB
testcase_08 AC 150 ms
24,264 KB
testcase_09 AC 121 ms
24,128 KB
testcase_10 AC 135 ms
24,476 KB
testcase_11 AC 154 ms
24,176 KB
testcase_12 AC 160 ms
24,276 KB
testcase_13 AC 163 ms
24,476 KB
testcase_14 AC 139 ms
24,332 KB
testcase_15 AC 153 ms
24,444 KB
testcase_16 AC 157 ms
24,104 KB
testcase_17 AC 163 ms
24,468 KB
testcase_18 AC 165 ms
24,312 KB
testcase_19 AC 150 ms
24,348 KB
testcase_20 AC 157 ms
24,320 KB
testcase_21 AC 164 ms
24,452 KB
testcase_22 AC 168 ms
24,304 KB
testcase_23 AC 171 ms
24,452 KB
testcase_24 AC 154 ms
24,352 KB
testcase_25 AC 156 ms
24,280 KB
testcase_26 AC 165 ms
24,352 KB
testcase_27 AC 172 ms
24,308 KB
testcase_28 AC 166 ms
24,248 KB
testcase_29 AC 132 ms
20,564 KB
testcase_30 AC 144 ms
21,860 KB
権限があれば一括ダウンロードができます

ソースコード

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