0_0_22490638_12351.cpp:1:1: error: 'import' does not name a type
import java.util.*;
^
0_0_22490638_12351.cpp:3:9: error: expected ':' before 'static'
public static void main(String args[]){
^
0_0_22490638_12351.cpp:3:26: error: 'String' has not been declared
public static void main(String args[]){
^
0_0_22490638_12351.cpp:17:1: error: expected ';' after class definition
}
^
0_0_22490638_12351.cpp: In static member function 'static void Main::main(int*)':
0_0_22490638_12351.cpp:4:2: error: 'Scanner' was not declared in this scope
Scanner kb=new Scanner(System.in);
^
0_0_22490638_12351.cpp:6:4: error: 'kb' was not declared in this scope
n=kb.nextInt();
^
0_0_22490638_12351.cpp:9:2: error: 'System' was not declared in this scope
System.out.printf(" ");
^
|