public class Main{
public static void main(String are[]){
  System.out.println(System.getProperty("java.version"));
}
}