fork download
  1.  
  2. public class Main {
  3. public static void main (String[] args){
  4. int a = 9;
  5. System.out.println(a); // your code goes here
  6. }
  7. }
Success #stdin #stdout 0.07s 52480KB
stdin
Standard input is empty
stdout
9