0_0_18647575_29150.cpp:1:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_18647575_29150.cpp:3:9: error: expected ':' before 'static'
public static void main(String args[]){
^
0_0_18647575_29150.cpp:3:26: error: 'String' has not been declared
public static void main(String args[]){
^
0_0_18647575_29150.cpp:10:1: error: expected ';' after class definition
}
^
0_0_18647575_29150.cpp: In static member function 'static void ACM::main(int*)':
0_0_18647575_29150.cpp:4:3: error: 'Scanner' was not declared in this scope
Scanner kb=new Scanner(System in.);
^
0_0_18647575_29150.cpp:6:5: error: 'kb' was not declared in this scope
a=kb.nextInt();b=kb.nextInt();
^
0_0_18647575_29150.cpp:7:3: error: 'System' was not declared in this scope
System.out.print(a+b);
^
|