using System;
public class Program
{
public static void Main()
int b=int.Parse(Console.ReadLine());
while((-1)<b<1)
Console.WriteLine(b);
}