0_0_16567506_12624.cpp:1:1: error: 'import' does not name a type
import java.util.*;
^
0_0_16567506_12624.cpp:3:8: error: expected ':' before 'static'
public static void main(String args[]){
^
0_0_16567506_12624.cpp:3:25: error: 'String' has not been declared
public static void main(String args[]){
^
0_0_16567506_12624.cpp:12:1: error: expected ';' after class definition
}
^
0_0_16567506_12624.cpp: In static member function 'static void Main::main(int*)':
0_0_16567506_12624.cpp:4:1: error: 'Scanner' was not declared in this scope
Scanner sc=new Scanner(System.in){
^
|