0_0_33951052_16445.cpp:1:1: error: 'import' does not name a type
import java.math.BigDecimal;
^
0_0_33951052_16445.cpp:2:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_33951052_16445.cpp:6:5: error: 'BigDecimal' does not name a type
BigDecimal x, y;
^
0_0_33951052_16445.cpp:8:22: error: expected ')' before '_x'
Point(BigDecimal _x, BigDecimal _y){
^
0_0_33951052_16445.cpp:12:1: error: expected ';' after class definition
}
^
0_0_33951052_16445.cpp:15:1: error: expected unqualified-id before 'public'
public class Main {
^
|