记录详情

Compile Error

/in/foo.cc: In function 'int cc()':
/in/foo.cc:9:10: warning: unused variable 'o' [-Wunused-variable]
  int d=0,o=0;
          ^
/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:48:8: error: 'num' was not declared in this scope
   else num[i]=999999;
        ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:72:7: warning: unused variable 'step' [-Wunused-variable]
   int step=1;
       ^~~~

信息

递交者
类型
递交
题目
P1008 骑士精神
语言
C++
递交时间
2020-02-08 22:45:19
评测时间
2020-02-08 22:45:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes