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