0_0_1703150_12803.cpp:3: error: variable or field `dfs' declared void
0_0_1703150_12803.cpp:3: error: `_int64' was not declared in this scope
0_0_1703150_12803.cpp:3: error: `_int64' was not declared in this scope
0_0_1703150_12803.cpp:3: error: `_int64' was not declared in this scope
0_0_1703150_12803.cpp:3: error: initializer expression list treated as compound expression
0_0_1703150_12803.cpp:7: error: `_int64' does not name a type
0_0_1703150_12803.cpp:8: error: `_int64' does not name a type
0_0_1703150_12803.cpp:10: error: `_int64' does not name a type
0_0_1703150_12803.cpp: In function `int main()':
0_0_1703150_12803.cpp:14: error: `n' undeclared (first use this function)
0_0_1703150_12803.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1703150_12803.cpp:16: error: `sum' undeclared (first use this function)
0_0_1703150_12803.cpp: In function `void pathcount()':
0_0_1703150_12803.cpp:24: error: `_int64' undeclared (first use this function)
0_0_1703150_12803.cpp:24: error: expected `;' before "i"
0_0_1703150_12803.cpp:26: error: `i' undeclared (first use this function)
0_0_1703150_12803.cpp:26: error: `n' undeclared (first use this function)
0_0_1703150_12803.cpp:27: error: `j' undeclared (first use this function)
0_0_1703150_12803.cpp:33: error: 'struct node' has no member named 't'
0_0_1703150_12803.cpp:33: error: `dfs' cannot be used as a function
0_0_1703150_12803.cpp: At global scope:
0_0_1703150_12803.cpp:42: error: variable or field `dfs' declared void
0_0_1703150_12803.cpp:42: error: redefinition of `int dfs'
0_0_1703150_12803.cpp:3: error: `int dfs' previously defined here
0_0_1703150_12803.cpp:42: error: `_int64' was not declared in this scope
0_0_1703150_12803.cpp:42: error: `_int64' was not declared in this scope
0_0_1703150_12803.cpp:42: error: `_int64' was not declared in this scope
0_0_1703150_12803.cpp:43: error: expected `,' or `;' before '{' token
|