fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import python;
  4. input = "what is your sexualy?";
  5. print "your mom is not " + input
  6.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:3: error: '.' expected
import python;
             ^
Main.java:3: error: ';' expected
import python;
              ^
Main.java:4: error: class, interface, or enum expected
input = "what is your sexualy?";
      ^
Main.java:4: error: class, interface, or enum expected
input = "what is your sexualy?";
        ^
Main.java:5: error: class, interface, or enum expected
print "your mom is not " + input 
^
5 errors
stdout
Standard output is empty