結果

問題 No.293 4>7の世界
ユーザー cielciel
提出日時 2015-10-23 22:36:30
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 55 bytes
コンパイル時間 203 ms
コンパイル使用メモリ 11,368 KB
実行使用メモリ 15,332 KB
最終ジャッジ日時 2023-09-30 07:12:49
合計ジャッジ時間 3,505 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 76 ms
15,064 KB
testcase_01 AC 71 ms
15,224 KB
testcase_02 AC 70 ms
15,124 KB
testcase_03 WA -
testcase_04 AC 73 ms
15,068 KB
testcase_05 WA -
testcase_06 AC 70 ms
15,028 KB
testcase_07 AC 72 ms
15,256 KB
testcase_08 AC 69 ms
15,188 KB
testcase_09 WA -
testcase_10 AC 70 ms
15,132 KB
testcase_11 AC 72 ms
15,068 KB
testcase_12 AC 74 ms
15,104 KB
testcase_13 AC 71 ms
15,264 KB
testcase_14 AC 74 ms
15,020 KB
testcase_15 WA -
testcase_16 AC 78 ms
15,096 KB
testcase_17 AC 79 ms
15,156 KB
testcase_18 AC 75 ms
15,304 KB
testcase_19 AC 75 ms
15,068 KB
testcase_20 AC 72 ms
15,260 KB
testcase_21 AC 73 ms
15,132 KB
testcase_22 AC 73 ms
15,108 KB
testcase_23 AC 72 ms
15,332 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.split.map{|e|[e.tr('47','74').to_i,e]}.max[1]
0