Help me in solving BMJ206 problem

My issue

My code

// Update the code below to solve the problem
import java.util.Scanner;

class Codechef
{
	public static void main (String[] args)
	{
	    Scanner read = new Scanner(System.in);
		
		int t = read.nextInt();
		//Update your code below this line to solve the problem
		
		
	}
}

Learning course: Java for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone

What’s your issue exactly?

It’s solved now , thanks for your response.