0_0_33202650_28141.c:1:1: error: unknown type name 'import'
import java.util.Scanner;
^
0_0_33202650_28141.c:1:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
import java.util.Scanner;
^
0_0_33202650_28141.c:3:1: error: unknown type name 'public'
public class Main {
^
0_0_33202650_28141.c:3:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Main'
public class Main {
^
0_0_33202650_28141.c:46:1: error: expected identifier or '(' before '}' token
}
^
|