結果

問題 No.322 Geometry Dash
ユーザー %20%20
提出日時 2020-06-22 23:24:38
言語 Ruby
(3.3.0)
結果
AC  
実行時間 333 ms / 2,000 ms
コード長 62 bytes
コンパイル時間 160 ms
コンパイル使用メモリ 11,208 KB
実行使用メモリ 37,748 KB
最終ジャッジ日時 2023-09-16 19:34:53
合計ジャッジ時間 13,147 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
15,356 KB
testcase_01 AC 77 ms
15,100 KB
testcase_02 AC 79 ms
15,160 KB
testcase_03 AC 78 ms
15,308 KB
testcase_04 AC 278 ms
36,172 KB
testcase_05 AC 295 ms
36,368 KB
testcase_06 AC 307 ms
36,400 KB
testcase_07 AC 315 ms
36,312 KB
testcase_08 AC 317 ms
36,276 KB
testcase_09 AC 296 ms
36,152 KB
testcase_10 AC 308 ms
36,180 KB
testcase_11 AC 308 ms
36,120 KB
testcase_12 AC 312 ms
36,284 KB
testcase_13 AC 318 ms
36,256 KB
testcase_14 AC 300 ms
36,256 KB
testcase_15 AC 312 ms
36,120 KB
testcase_16 AC 324 ms
36,440 KB
testcase_17 AC 320 ms
36,300 KB
testcase_18 AC 318 ms
36,316 KB
testcase_19 AC 309 ms
36,280 KB
testcase_20 AC 312 ms
36,436 KB
testcase_21 AC 322 ms
36,244 KB
testcase_22 AC 317 ms
36,624 KB
testcase_23 AC 322 ms
36,432 KB
testcase_24 AC 313 ms
36,256 KB
testcase_25 AC 313 ms
36,284 KB
testcase_26 AC 317 ms
36,356 KB
testcase_27 AC 320 ms
36,444 KB
testcase_28 AC 333 ms
36,532 KB
testcase_29 AC 286 ms
37,748 KB
testcase_30 AC 301 ms
37,636 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

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