using System;
public class Program
{
public static void Main()
int a = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(a);
}