結果

問題 No.750 Frac #1
ユーザー 0w10w1
提出日時 2018-12-09 18:22:23
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 144 bytes
コンパイル時間 525 ms
コンパイル使用メモリ 11,332 KB
実行使用メモリ 15,360 KB
最終ジャッジ日時 2023-10-14 14:26:16
合計ジャッジ時間 6,142 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
15,148 KB
testcase_01 AC 67 ms
15,352 KB
testcase_02 WA -
testcase_03 AC 70 ms
15,144 KB
testcase_04 AC 66 ms
15,348 KB
testcase_05 AC 67 ms
15,048 KB
testcase_06 WA -
testcase_07 AC 65 ms
15,060 KB
testcase_08 AC 69 ms
15,056 KB
testcase_09 AC 66 ms
15,296 KB
testcase_10 AC 68 ms
15,292 KB
testcase_11 WA -
testcase_12 AC 66 ms
15,100 KB
testcase_13 AC 68 ms
15,252 KB
testcase_14 AC 73 ms
15,108 KB
testcase_15 AC 69 ms
15,072 KB
testcase_16 AC 76 ms
15,300 KB
testcase_17 AC 73 ms
15,100 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 67 ms
15,292 KB
testcase_21 AC 69 ms
15,312 KB
testcase_22 AC 66 ms
15,132 KB
testcase_23 AC 69 ms
15,256 KB
testcase_24 WA -
testcase_25 AC 69 ms
15,148 KB
testcase_26 WA -
testcase_27 AC 68 ms
15,152 KB
testcase_28 AC 68 ms
15,164 KB
testcase_29 AC 71 ms
15,040 KB
testcase_30 AC 76 ms
15,072 KB
testcase_31 WA -
testcase_32 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets;puts $<.map(&:to_s).join.split.map(&:to_i).each_slice(2).map { |x| Rational(*x) } .sort.map(&:to_s).map { |s| s.gsub(/\//, ' ') } .reverse
0