评测信息

运行ID: 52013
src.c:1:1: error: unknown type name 'import'
import java.util.*;
^
src.c:1:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
import java.util.*;
^
src.c:3:1: error: unknown type name 'public'
public class Main {
^
src.c:3:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Main'
public class Main {
^