import java.io.*;
public class shurunianfen
{
public static void main(String [] args)
{
String s ="";
int i=0;
try
{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
s=in.readLine();
}
catch (IOException e) {}
i=Integer.parseInt(s);
System.out.println("s is"+ s);
System.out.println("s is"+ s);
}
}
public class shurunianfen
{
public static void main(String [] args)
{
String s ="";
int i=0;
try
{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
s=in.readLine();
}
catch (IOException e) {}
i=Integer.parseInt(s);
System.out.println("s is"+ s);
System.out.println("s is"+ s);
}
}