結果

問題 No.322 Geometry Dash
ユーザー %20%20
提出日時 2020-06-22 23:26:25
言語 Ruby
(3.3.0)
結果
AC  
実行時間 307 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 369 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 29,312 KB
最終ジャッジ日時 2024-07-03 19:00:19
合計ジャッジ時間 11,724 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
12,160 KB
testcase_01 AC 78 ms
12,032 KB
testcase_02 AC 78 ms
12,160 KB
testcase_03 AC 78 ms
12,160 KB
testcase_04 AC 268 ms
28,928 KB
testcase_05 AC 290 ms
28,800 KB
testcase_06 AC 292 ms
28,800 KB
testcase_07 AC 291 ms
29,056 KB
testcase_08 AC 298 ms
29,056 KB
testcase_09 AC 287 ms
28,800 KB
testcase_10 AC 292 ms
29,056 KB
testcase_11 AC 300 ms
29,056 KB
testcase_12 AC 294 ms
28,928 KB
testcase_13 AC 307 ms
29,184 KB
testcase_14 AC 296 ms
28,928 KB
testcase_15 AC 297 ms
28,928 KB
testcase_16 AC 295 ms
28,928 KB
testcase_17 AC 299 ms
29,056 KB
testcase_18 AC 302 ms
29,184 KB
testcase_19 AC 304 ms
28,928 KB
testcase_20 AC 298 ms
28,928 KB
testcase_21 AC 304 ms
29,056 KB
testcase_22 AC 307 ms
29,184 KB
testcase_23 AC 299 ms
28,800 KB
testcase_24 AC 300 ms
28,928 KB
testcase_25 AC 305 ms
29,184 KB
testcase_26 AC 303 ms
29,312 KB
testcase_27 AC 303 ms
28,672 KB
testcase_28 AC 299 ms
28,928 KB
testcase_29 AC 257 ms
25,984 KB
testcase_30 AC 280 ms
27,008 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

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