結果

問題 No.920 あかあお
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-11-10 17:09:53
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 42 bytes
コンパイル時間 68 ms
コンパイル使用メモリ 11,460 KB
実行使用メモリ 15,336 KB
最終ジャッジ日時 2023-09-29 23:40:37
合計ジャッジ時間 1,894 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 72 ms
15,140 KB
testcase_01 AC 71 ms
15,216 KB
testcase_02 AC 74 ms
15,132 KB
testcase_03 AC 72 ms
15,164 KB
testcase_04 AC 74 ms
15,328 KB
testcase_05 AC 69 ms
15,296 KB
testcase_06 WA -
testcase_07 AC 73 ms
15,068 KB
testcase_08 AC 69 ms
15,168 KB
testcase_09 AC 73 ms
15,072 KB
testcase_10 AC 71 ms
15,048 KB
testcase_11 AC 68 ms
15,296 KB
testcase_12 WA -
testcase_13 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.split.map(&:to_i).inject(:+) / 2
0