結果

問題 No.322 Geometry Dash
ユーザー hogeover30hogeover30
提出日時 2017-01-26 17:31:22
言語 Ruby
(3.2.2)
結果
AC  
実行時間 326 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 108 ms
コンパイル使用メモリ 11,360 KB
実行使用メモリ 31,120 KB
最終ジャッジ日時 2023-08-25 03:15:08
合計ジャッジ時間 14,318 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
外部呼び出し有り
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,356 KB
testcase_01 AC 84 ms
15,164 KB
testcase_02 AC 82 ms
15,152 KB
testcase_03 AC 80 ms
15,340 KB
testcase_04 AC 281 ms
30,724 KB
testcase_05 AC 299 ms
30,628 KB
testcase_06 AC 308 ms
30,740 KB
testcase_07 AC 313 ms
30,852 KB
testcase_08 AC 316 ms
30,864 KB
testcase_09 AC 296 ms
30,732 KB
testcase_10 AC 307 ms
30,776 KB
testcase_11 AC 312 ms
30,676 KB
testcase_12 AC 314 ms
30,836 KB
testcase_13 AC 320 ms
30,944 KB
testcase_14 AC 304 ms
30,688 KB
testcase_15 AC 319 ms
30,976 KB
testcase_16 AC 315 ms
30,792 KB
testcase_17 AC 318 ms
30,948 KB
testcase_18 AC 324 ms
30,960 KB
testcase_19 AC 312 ms
30,728 KB
testcase_20 AC 317 ms
30,732 KB
testcase_21 AC 322 ms
31,104 KB
testcase_22 AC 320 ms
30,944 KB
testcase_23 AC 326 ms
31,120 KB
testcase_24 AC 318 ms
30,936 KB
testcase_25 AC 314 ms
31,016 KB
testcase_26 AC 321 ms
30,868 KB
testcase_27 AC 325 ms
31,116 KB
testcase_28 AC 325 ms
30,952 KB
testcase_29 AC 281 ms
30,460 KB
testcase_30 AC 296 ms
30,596 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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