import sys
inp = int(input())
print(inp)
print(type(inp))