fork download
  1. package bat;
  2. class batch
  3. {
  4. String name;
  5. int id;
  6. batch(String n,int i)
  7. {
  8. name=n;
  9. id=i;
  10. }
  11. }
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