import java.util.Scanner;
class FinalKeyword
{
public static void main(String[] args)
{
Scanner sc=new Scanner(System.in);
final int a=sc.nextInt();
System.out.println(a);
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: