Help me in solving USRJ1V2 problem

My issue

i didn’t understood the question can you please help me

My code

import java.util.Scanner;

class Codechef
{
	public static void main (String[] args)
	{
		// your code goes here
		Scanner objName = new Scanner(System.in);
		String varName = objName.nextLine();
		System.out.println(varName);
	}
}

Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone

@yaajkhubani
U have to take input of string and then print the string.