fork(17) download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import java.io.*;
  6.  
  7. /* Name of the class has to be "Main" only if the class is public. */
  8. class Ideone
  9. {
  10. public static void main (String[] args) throws java.lang.Exception
  11. {
  12. &?~ r:}4~ ?&6'6 4&2%C~ F}@
  13. r6#@ %CtD $:tEt }FtGt F}@
  14. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:12:16: warning: missing terminating ' character [enabled by default]
   &?~ r:}4~ ?&6'6 4&2%C~ F}@
                ^
prog.cpp:12:3: error: missing terminating ' character
   &?~ r:}4~ ?&6'6 4&2%C~ F}@
   ^
prog.cpp:13:3: error: stray ‘#’ in program
 r6#@ %CtD $:tEt }FtGt F}@
   ^
prog.cpp:13:4: error: stray ‘@’ in program
 r6#@ %CtD $:tEt }FtGt F}@
    ^
prog.cpp:13:25: error: stray ‘@’ in program
 r6#@ %CtD $:tEt }FtGt F}@
                         ^
prog.cpp:3:1: error: ‘import’ does not name a type
 import java.util.*;
 ^
prog.cpp:4:1: error: ‘import’ does not name a type
 import java.lang.*;
 ^
prog.cpp:5:1: error: ‘import’ does not name a type
 import java.io.*;
 ^
prog.cpp:10:9: error: expected ‘:’ before ‘static’
  public static void main (String[] args) throws java.lang.Exception
         ^
prog.cpp:10:27: error: ‘String’ has not been declared
  public static void main (String[] args) throws java.lang.Exception
                           ^
prog.cpp:10:36: error: expected ‘,’ or ‘...’ before ‘args’
  public static void main (String[] args) throws java.lang.Exception
                                    ^
prog.cpp:10:40: error: expected ‘;’ at end of member declaration
  public static void main (String[] args) throws java.lang.Exception
                                        ^
prog.cpp:10:42: error: ‘throws’ does not name a type
  public static void main (String[] args) throws java.lang.Exception
                                          ^
prog.cpp:12:10: error: expected unqualified-id before numeric constant
   &?~ r:}4~ ?&6'6 4&2%C~ F}@
          ^
prog.cpp:13:23: error: expected initializer before ‘F’
 r6#@ %CtD $:tEt }FtGt F}@
                       ^
prog.cpp:13:24: error: expected declaration before ‘}’ token
 r6#@ %CtD $:tEt }FtGt F}@
                        ^
stdout
Standard output is empty