class file2
{
    public static void main(String args[])
    {
        file1 f = new file1();
        String str2 = f.input();
        System.out.println("The string is "+str2);
    }
} 
