/ Vijos /

记录详情

Compile Error

foo.cc:15:1: error: 'bo0l' does not name a type; did you mean 'bool'?
 bo0l DFS( vector<vector<int>> &visited, int x,int y, int step)
 ^~~~
 bool
foo.cc: In function 'int main()':
foo.cc:114:3: error: 'DFS' was not declared in this scope
   DFS(visited, x2, y2, 0);
   ^~~

信息

递交者
类型
递交
题目
P1263 单挑女飞贼
语言
C++
递交时间
2020-12-06 18:21:39
评测时间
2020-12-06 18:21:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes