結果

問題 No.353 ヘイトプラス
ユーザー Yasu_TsudaYasu_Tsuda
提出日時 2016-10-19 22:38:49
言語 Ruby
(3.3.0)
結果
MLE  
実行時間 -
コード長 83 bytes
コンパイル時間 44 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 758,464 KB
最終ジャッジ日時 2024-11-22 17:04:37
合計ジャッジ時間 11,972 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 MLE -
testcase_01 AC 86 ms
18,976 KB
testcase_02 AC 86 ms
374,912 KB
testcase_03 AC 86 ms
18,856 KB
testcase_04 TLE -
testcase_05 AC 89 ms
20,384 KB
testcase_06 TLE -
testcase_07 AC 90 ms
14,976 KB
testcase_08 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

f,s = STDIN.gets.chomp.split(' ').map{|n| n.to_i}

p [*1..f].concat([*1..s]).length
0