0_0_16861288_15589.cpp:1:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_16861288_15589.cpp:2:1: error: 'import' does not name a type
import java.math.BigDecimal;
^
0_0_16861288_15589.cpp:4:9: error: expected ':' before 'static'
public static void main(String[] args){
^
0_0_16861288_15589.cpp:4:26: error: 'String' has not been declared
public static void main(String[] args){
^
0_0_16861288_15589.cpp:4:35: error: expected ',' or '...' before 'args'
public static void main(String[] args){
^
0_0_16861288_15589.cpp:11:1: error: expected ';' after class definition
}
^
0_0_16861288_15589.cpp: In static member function 'static void Word::main(int*)':
0_0_16861288_15589.cpp:5:3: error: 'Scanner' was not declared in this scope
Scanner a=new Scanner(System.in);
^
0_0_16861288_15589.cpp:6:3: error: 'BigDecimal' was not declared in this scope
BigDecimal c,b;
^
0_0_16861288_15589.cpp:7:3: error: 'b' was not declared in this scope
b=a.nextBigDecimal();
^
0_0_16861288_15589.cpp:7:5: error: 'a' was not declared in this scope
b=a.nextBigDecimal();
^
0_0_16861288_15589.cpp:8:3: error: 'c' was not declared in this scope
c=a.nextBigDecimal();
^
0_0_16861288_15589.cpp:9:3: error: 'System' was not declared in this scope
System.out.println(b.add(c));
^
|