結果

問題 No.1057 素敵な日
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-11-06 20:13:31
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 58 bytes
コンパイル時間 81 ms
コンパイル使用メモリ 11,376 KB
実行使用メモリ 15,388 KB
最終ジャッジ日時 2023-09-29 17:53:45
合計ジャッジ時間 1,594 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,104 KB
testcase_01 AC 77 ms
15,160 KB
testcase_02 AC 77 ms
15,044 KB
testcase_03 WA -
testcase_04 AC 79 ms
15,072 KB
testcase_05 WA -
testcase_06 AC 78 ms
15,172 KB
testcase_07 WA -
testcase_08 AC 79 ms
15,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

g = gets.split.map(&:to_i)
p g[0] + g[1] - (g.max - g.min)
0