记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'import'
 import java.io.IOException;
 ^~~~~~
/in/foo.c:1:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
 import java.io.IOException;
            ^
/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 'public'
 public class Main {
 ^~~~~~
/in/foo.c:3:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Main'
 public class Main {
              ^~~~
/in/foo.c:14:1: error: unknown type name 'class'
 class Time{
 ^~~~~
/in/foo.c:14:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 class Time{
           ^

信息

递交者
类型
递交
题目
P1000 OO1-1 时间类Time
语言
C
递交时间
2020-10-02 16:35:09
评测时间
2020-10-02 16:35:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes