0_0_34143189_16423.cpp:1:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_34143189_16423.cpp:3:9: error: expected ':' before 'static'
public static void main(String args[])throws Exception {
^
0_0_34143189_16423.cpp:3:26: error: 'String' has not been declared
public static void main(String args[])throws Exception {
^
0_0_34143189_16423.cpp:3:39: error: expected ';' at end of member declaration
public static void main(String args[])throws Exception {
^
0_0_34143189_16423.cpp:3:40: error: 'throws' does not name a type
public static void main(String args[])throws Exception {
^
0_0_34143189_16423.cpp:30:1: error: expected ';' after class definition
}
^
|