(define a (read)) (define b (+ (read) (/ 1 100000))) (print(ceiling (sqrt (+(* a a)(* b b)))))