結果

問題 No.293 4>7の世界
ユーザー TANIGUCHI KousukeTANIGUCHI Kousuke
提出日時 2015-10-23 22:35:09
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 75 bytes
コンパイル時間 358 ms
コンパイル使用メモリ 11,176 KB
実行使用メモリ 15,308 KB
最終ジャッジ日時 2023-09-30 05:13:18
合計ジャッジ時間 3,385 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 71 ms
15,076 KB
testcase_01 AC 72 ms
15,192 KB
testcase_02 AC 71 ms
15,032 KB
testcase_03 WA -
testcase_04 AC 69 ms
15,276 KB
testcase_05 WA -
testcase_06 AC 71 ms
15,164 KB
testcase_07 AC 72 ms
15,292 KB
testcase_08 AC 72 ms
15,032 KB
testcase_09 WA -
testcase_10 AC 70 ms
15,296 KB
testcase_11 AC 70 ms
15,284 KB
testcase_12 AC 69 ms
15,128 KB
testcase_13 AC 68 ms
15,160 KB
testcase_14 AC 69 ms
15,284 KB
testcase_15 WA -
testcase_16 AC 69 ms
15,084 KB
testcase_17 AC 68 ms
15,228 KB
testcase_18 AC 67 ms
15,088 KB
testcase_19 AC 68 ms
15,240 KB
testcase_20 AC 69 ms
15,196 KB
testcase_21 AC 67 ms
15,168 KB
testcase_22 AC 71 ms
15,228 KB
testcase_23 AC 68 ms
15,004 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.split.max {|a,b| a.tr("47","74").to_i <=> b.tr("47","74").to_i }
0