/ Vijos /

记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'import'; did you mean 'short'?
 import java.io.IOException;
 ^~~~~~
 short
/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'; did you mean 'short'?
 import java.util.Scanner;
 ^~~~~~
 short
/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 Main {
 ^~~~~~
/in/foo.c:4:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Main'
 public class Main {
              ^~~~

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C
递交时间
2017-10-17 22:24:36
评测时间
2017-10-17 22:24:36
评测机
分数
0
总耗时
22ms
峰值内存
2.688 MiB