(defvar S)
(defvar F)
(defvar temp)

(setq temp (read-from-string (concatenate 'string "(" (read-line) ")")))
(setq S (nth 0 temp))
(setq F (nth 1 temp))


(format 't "~d~%" (+ (floor S F) 1))