import java.util.*;import java.lang.*;import java.io.*; class Ideone{ public static void main (String[] args) throws java.lang.Exception { int a; if (false) a = 5; System.out.println(a); }}
Standard input is empty
Main.java:12: error: variable a might not have been initialized System.out.println(a); ^ 1 error
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!