/ 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:4:1: error: unknown type name 'public'
 public class sum1 {
 ^~~~~~
/in/foo.c:4:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sum1'
 public class sum1 {
              ^~~~

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C
递交时间
2018-03-13 15:08:35
评测时间
2018-03-13 15:08:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes