0_0_26305743_11326.cpp:1:1: error: 'import' does not name a type
import java.util.*;
^
0_0_26305743_11326.cpp:2:1: error: 'import' does not name a type
import java.lang.*;
^
0_0_26305743_11326.cpp:3:1: error: 'import' does not name a type
import java.io.*;
^
0_0_26305743_11326.cpp:7:9: error: expected ':' before 'static'
public static void main (String[] args) throws java.lang.Exception
^
0_0_26305743_11326.cpp:7:27: error: 'String' has not been declared
public static void main (String[] args) throws java.lang.Exception
^
0_0_26305743_11326.cpp:7:36: error: expected ',' or '...' before 'args'
public static void main (String[] args) throws java.lang.Exception
^
0_0_26305743_11326.cpp:7:40: error: expected ';' at end of member declaration
public static void main (String[] args) throws java.lang.Exception
^
0_0_26305743_11326.cpp:7:42: error: 'throws' does not name a type
public static void main (String[] args) throws java.lang.Exception
^
0_0_26305743_11326.cpp:21:1: error: expected ';' after class definition
}
^
|