class Test { public static void main(String[] args) { System.out.println(getInt()); } private static int getInt() { //FIXME: implement return k-'0'; }}
Standard input is empty
Main.java:8: cannot find symbol symbol : variable k location: class Test return k-'0'; ^ 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!