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