Help me in solving SYNJ1V2 problem

My issue

This code is only getting output as 12. It’s not getting another value as 10,14,etc.

My code

class CodeChef
{
	public static void main (String[] args)
	{
		// your code goes here
		System.out.println("14");
	}
}

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