fork download
  1. class X
  2. {
  3. private static int answer;
  4.  
  5. void determineAnswer()
  6. {
  7. answer = 42;
  8. }
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
spoj: The program compiled successfully, but main class was not found.
      Main class should contain method: public static void main (String[] args).
stdout
Standard output is empty