結果

問題 No.322 Geometry Dash
ユーザー TawaraTawara
提出日時 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
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
6,272 KB
testcase_01 AC 10 ms
6,272 KB
testcase_02 AC 11 ms
6,400 KB
testcase_03 AC 12 ms
6,400 KB
testcase_04 AC 104 ms
24,292 KB
testcase_05 AC 125 ms
24,128 KB
testcase_06 AC 137 ms
24,204 KB
testcase_07 AC 148 ms
24,220 KB
testcase_08 AC 153 ms
24,392 KB
testcase_09 AC 121 ms
24,128 KB
testcase_10 AC 134 ms
24,472 KB
testcase_11 AC 149 ms
24,304 KB
testcase_12 AC 158 ms
24,144 KB
testcase_13 AC 161 ms
24,476 KB
testcase_14 AC 139 ms
24,296 KB
testcase_15 AC 143 ms
24,444 KB
testcase_16 AC 157 ms
24,236 KB
testcase_17 AC 165 ms
24,340 KB
testcase_18 AC 167 ms
24,312 KB
testcase_19 AC 152 ms
24,352 KB
testcase_20 AC 159 ms
24,320 KB
testcase_21 AC 163 ms
24,452 KB
testcase_22 AC 166 ms
24,304 KB
testcase_23 AC 168 ms
24,452 KB
testcase_24 AC 156 ms
24,424 KB
testcase_25 AC 157 ms
24,156 KB
testcase_26 AC 168 ms
24,356 KB
testcase_27 AC 166 ms
24,308 KB
testcase_28 AC 172 ms
24,252 KB
testcase_29 AC 138 ms
20,664 KB
testcase_30 AC 148 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