fork download
  1. ERROR!
  2. /tmp/bqmncPoXBa/test1.java:4: error: ';' expected
  3. int add (int a, int b):
  4. ^
  5. ERROR!
  6. /tmp/bqmncPoXBa/test1.java:6: error: '{' expected
  7. public class test1 implement test
  8. ^
  9. 2 errors
  10.  
  11. === Code Exited With Errors ===
  12.  
Success #stdin #stdout 0.02s 25536KB
stdin
Standard input is empty
stdout
ERROR!
/tmp/bqmncPoXBa/test1.java:4: error: ';' expected
    int add (int a, int b):
                          ^
ERROR!
/tmp/bqmncPoXBa/test1.java:6: error: '{' expected
public class test1 implement test
                  ^
2 errors

=== Code Exited With Errors ===