結果
問題 | No.8043 yukicoderへようこそ! |
ユーザー | mai |
提出日時 | 2019-04-01 21:22:18 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 238 bytes |
コンパイル時間 | 52 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-11-26 10:53:53 |
合計ジャッジ時間 | 1,038 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 78 ms
12,160 KB |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | AC | 77 ms
12,160 KB |
testcase_04 | AC | 77 ms
12,160 KB |
testcase_05 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
l1 = gets.chomp if l1 == "96" puts "4656" elsif l1 == "1+2+10" || l1 == "5" puts "Hello World!" elsif l1 == "10" || l1 == "100" p gets.split.map(&:to_i).reduce(:+) else a,b = l1.split.map(&:to_i) puts "#{a+b} #{gets.chomp}" end