結果

問題 No.353 ヘイトプラス
ユーザー Takuya NoguchiTakuya Noguchi
提出日時 2018-04-08 11:42:46
言語 Ruby
(3.3.0)
結果
AC  
実行時間 72 ms / 1,000 ms
コード長 72 bytes
コンパイル時間 91 ms
コンパイル使用メモリ 11,448 KB
実行使用メモリ 15,368 KB
最終ジャッジ日時 2023-09-17 00:02:17
合計ジャッジ時間 1,385 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
15,356 KB
testcase_01 AC 66 ms
15,368 KB
testcase_02 AC 66 ms
15,088 KB
testcase_03 AC 69 ms
15,036 KB
testcase_04 AC 69 ms
15,152 KB
testcase_05 AC 69 ms
15,288 KB
testcase_06 AC 72 ms
15,132 KB
testcase_07 AC 66 ms
15,032 KB
testcase_08 AC 66 ms
15,296 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

A, B = gets.split.map(&:to_i)

puts instance_eval("#{A} #{43.chr} #{B}")
0