(let (n1 (read) n2 (read))
   (plus (times n1 n1) (times n2 n2))
)
2 3
