Compile Error

foo.cc: In function 'void dfs(int, int, int)':
foo.cc:55:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   55 |  for(int i = 0;i < bcc[s].size();i++){
      |                ~~^~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:78:10: error: too few arguments to function 'void dfs(int, int, int)'
   78 |  dfs(px,0);
      |          ^
foo.cc:42:6: note: declared here
   42 | void dfs(int s,int fa,int ans){
      |      ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
「一本通 3.6 练习 2」嗅探器
语言
C++
递交时间
2022-01-15 15:10:47
评测时间
2022-01-15 15:10:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes