import java.util.*;
public class MyScanner
{
public static void main(String []args)
{
int num;
Scanner reader=new Scanner(System.in);
while(reader.hasNextInt())
{
num=reader.nextInt();
System.out.println(num);
}
}
}
when i want to ask anyone,i will ask myself first.