0_0_14683074_20943.cpp:1:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_14683074_20943.cpp:7:2: error: 'String' does not name a type
String str;
^
0_0_14683074_20943.cpp:9:5: error: expected unqualified-id before '[' token
int[] s = new int[15];
^
0_0_14683074_20943.cpp:11:1: error: expected ';' after class definition
}
^
0_0_14683074_20943.cpp:12:1: error: expected unqualified-id before 'public'
public class Main {
^
|