/ Vijos /

记录详情

Compile Error

/in/foo.cc: In member function 'void graph::dfs2(int)':
/in/foo.cc:83:34: error: no matching function for call to 'graph::dfs2(int&, int&)'
                 top[v]=v,dfs2(v,v);
                                  ^
/in/foo.cc:75:10: note: candidate: void graph::dfs2(int)
     void dfs2(int u){
          ^~~~
/in/foo.cc:75:10: note:   candidate expects 1 argument, 2 provided

信息

递交者
类型
递交
题目
P1946 寻宝游戏
语言
C++
递交时间
2018-02-28 22:43:02
评测时间
2018-02-28 22:43:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes