(define (main args) (let ([n (read)]) (print (* n 10))) 0)