记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'package'
 package project03;
 ^~~~~~~
/in/foo.c:3:1: error: unknown type name 'import'; did you mean 'short'?
 import java.util.Scanner;
 ^~~~~~
 short
/in/foo.c:3:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
 import java.util.Scanner;
            ^
/in/foo.c:5:1: error: unknown type name 'class'
 class Node{
 ^~~~~
/in/foo.c:5:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 class Node{
           ^
/in/foo.c:9:1: error: unknown type name 'public'
 public class Test3 {
 ^~~~~~
/in/foo.c:9:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Test3'
 public class Test3 {
              ^~~~~

信息

递交者
类型
递交
题目
2-3 Hanoi游戏的状态
比赛
南师大2018年蓝桥杯热身赛
语言
C
递交时间
2018-12-12 16:29:11
评测时间
2018-12-12 16:29:13
评测机
分数
0
总耗时
8ms
峰值内存
2.535 MiB