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}@
^