結果

問題 No.322 Geometry Dash
ユーザー climpetclimpet
提出日時 2015-12-15 00:42:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 319 ms / 2,000 ms
コード長 67 bytes
コンパイル時間 398 ms
コンパイル使用メモリ 11,412 KB
実行使用メモリ 31,132 KB
最終ジャッジ日時 2023-08-27 01:11:58
合計ジャッジ時間 13,543 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
15,036 KB
testcase_01 AC 80 ms
15,148 KB
testcase_02 AC 80 ms
15,052 KB
testcase_03 AC 79 ms
15,156 KB
testcase_04 AC 278 ms
30,888 KB
testcase_05 AC 299 ms
30,716 KB
testcase_06 AC 307 ms
30,824 KB
testcase_07 AC 308 ms
30,832 KB
testcase_08 AC 311 ms
30,996 KB
testcase_09 AC 303 ms
30,724 KB
testcase_10 AC 311 ms
30,760 KB
testcase_11 AC 312 ms
30,720 KB
testcase_12 AC 311 ms
31,064 KB
testcase_13 AC 318 ms
31,028 KB
testcase_14 AC 307 ms
30,716 KB
testcase_15 AC 310 ms
30,900 KB
testcase_16 AC 309 ms
30,828 KB
testcase_17 AC 311 ms
30,836 KB
testcase_18 AC 316 ms
30,968 KB
testcase_19 AC 306 ms
30,772 KB
testcase_20 AC 310 ms
30,764 KB
testcase_21 AC 315 ms
31,024 KB
testcase_22 AC 319 ms
30,884 KB
testcase_23 AC 316 ms
30,924 KB
testcase_24 AC 311 ms
31,076 KB
testcase_25 AC 310 ms
30,848 KB
testcase_26 AC 315 ms
31,084 KB
testcase_27 AC 316 ms
31,132 KB
testcase_28 AC 315 ms
30,904 KB
testcase_29 AC 265 ms
30,360 KB
testcase_30 AC 283 ms
30,784 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a=$<.read.split.map &:to_f;puts (1..n=a[0]).sort_by{|i|a[n+i]/a[i]}
0