0_0_38619430_24793.cpp:1:1: error: 'import' does not name a type; did you mean 'short'?
import java.math.BigDecimal;
^~~~~~
short
0_0_38619430_24793.cpp:2:1: error: 'import' does not name a type; did you mean 'short'?
import java.math.BigInteger;
^~~~~~
short
0_0_38619430_24793.cpp:3:1: error: 'import' does not name a type; did you mean 'short'?
import java.util.Scanner;
^~~~~~
short
0_0_38619430_24793.cpp:6:1: error: expected unqualified-id before 'public'
public class Main {
^~~~~~
|