import sys

a=input()
b=a.split(".")
print(int(b[0]))