直接转int不行,还得转一下
s = float(input())
print(int(s))