/ Vijos /

记录详情

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{
              ^~~~

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C
递交时间
2018-05-12 22:39:56
评测时间
2018-05-12 22:39:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes