結果

問題 No.322 Geometry Dash
ユーザー TawaraTawara
提出日時 2015-12-16 23:31:30
言語 Python2
(2.7.18)
結果
AC  
実行時間 502 ms / 2,000 ms
コード長 139 bytes
コンパイル時間 516 ms
コンパイル使用メモリ 6,912 KB
実行使用メモリ 19,780 KB
最終ジャッジ日時 2024-11-08 18:26:14
合計ジャッジ時間 15,040 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
6,400 KB
testcase_01 AC 10 ms
6,528 KB
testcase_02 AC 10 ms
6,400 KB
testcase_03 AC 10 ms
6,400 KB
testcase_04 AC 134 ms
18,052 KB
testcase_05 AC 272 ms
18,156 KB
testcase_06 AC 338 ms
18,004 KB
testcase_07 AC 390 ms
17,584 KB
testcase_08 AC 428 ms
18,088 KB
testcase_09 AC 267 ms
18,160 KB
testcase_10 AC 331 ms
18,192 KB
testcase_11 AC 393 ms
18,140 KB
testcase_12 AC 443 ms
17,604 KB
testcase_13 AC 466 ms
17,996 KB
testcase_14 AC 340 ms
17,996 KB
testcase_15 AC 394 ms
18,144 KB
testcase_16 AC 449 ms
18,120 KB
testcase_17 AC 477 ms
17,640 KB
testcase_18 AC 487 ms
18,100 KB
testcase_19 AC 392 ms
17,824 KB
testcase_20 AC 435 ms
17,852 KB
testcase_21 AC 473 ms
17,872 KB
testcase_22 AC 488 ms
18,084 KB
testcase_23 AC 500 ms
18,576 KB
testcase_24 AC 426 ms
18,332 KB
testcase_25 AC 458 ms
18,188 KB
testcase_26 AC 501 ms
18,440 KB
testcase_27 AC 498 ms
18,564 KB
testcase_28 AC 502 ms
19,012 KB
testcase_29 AC 409 ms
18,716 KB
testcase_30 AC 443 ms
19,780 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S=range(input());I=lambda:map(int,raw_input().split());T=I();D=I()
S.sort(lambda a,b:T[b]*D[a]-T[a]*D[b])
print" ".join(str(s+1)for s in S)
0