#coding: utf-8 #yuki_285 d=int(raw_input()) res=d+d*0.08 repr=repr(res) if len(repr)>12: repr=repr[:16] print repr