0_0_39671222_10202.c:1:1: error: unknown type name 'import'
1 | import java.util.Scanner;
| ^~~~~~
0_0_39671222_10202.c:1:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
1 | import java.util.Scanner;
| ^
0_0_39671222_10202.c:2:1: error: unknown type name 'public'
2 | public class Demo40_1 {public static void main(String[] args) {Scanner sc=new Scanner(System.in);
| ^~~~~~
0_0_39671222_10202.c:2:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Demo40_1'
2 | public class Demo40_1 {public static void main(String[] args) {Scanner sc=new Scanner(System.in);
| ^~~~~~~~
|