def main(): import sys input = sys.stdin.readline print(input().rstrip('\n')) if __name__ == '__main__': main()