/in/foo.c:1:1: error: unknown type name 'import'
1 | import java.io.*;
| ^~~~~~
/in/foo.c:1:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
1 | import java.io.*;
| ^
/in/foo.c:2:1: error: unknown type name 'import'
2 | import java.util.*;
| ^~~~~~
/in/foo.c:2:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
2 | import java.util.*;
| ^
/in/foo.c:3:1: error: unknown type name 'import'
3 | import java.math.*;
| ^~~~~~
/in/foo.c:3:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
3 | import java.math.*;
| ^
/in/foo.c:5:1: error: unknown type name 'public'
5 | public class Main {
| ^~~~~~
/in/foo.c:5:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Main'
5 | public class Main {
| ^~~~