fork download
  1. import java.util.*;
  2. import java.lang.*;
  3. import java.io.*;
  4.  
  5. class Ideone
  6. {
  7. public static void main (String[] args) throws java.lang.Exception
  8. {
  9. a = new int[1000];
  10. if (a/3)and(a%5) {
  11. a=b;
  12. System.out.println(b);
  13.  
  14.  
  15. }
  16. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:10: error: ';' expected
	if (a/3)and(a%5) {
	                ^
Main.java:16: error: reached end of file while parsing
}
 ^
2 errors
stdout
Standard output is empty