a=input() if float(a)<0: print('-',end='') a=int(abs(float(a))) print(a,end='')
Using your HFOJ universal account