0_0_10634663_19366.cpp:11: error: expected constructor, destructor, or type conversion before ';' token
0_0_10634663_19366.cpp:16: error: ISO C++ forbids declaration of `voidInit' with no type
0_0_10634663_19366.cpp: In function `int voidInit()':
0_0_10634663_19366.cpp:17: error: `inti' undeclared (first use this function)
0_0_10634663_19366.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10634663_19366.cpp:17: error: `i' undeclared (first use this function)
0_0_10634663_19366.cpp: At global scope:
0_0_10634663_19366.cpp:38: error: variable or field `Dfs0' declared void
0_0_10634663_19366.cpp:38: error: `intx' was not declared in this scope
0_0_10634663_19366.cpp:38: error: `inty' was not declared in this scope
0_0_10634663_19366.cpp:38: error: expected primary-expression before "int"
0_0_10634663_19366.cpp:39: error: initializer expression list treated as compound expression
0_0_10634663_19366.cpp:39: error: expected `,' or `;' before '{' token
0_0_10634663_19366.cpp:54: error: `intx' was not declared in this scope
0_0_10634663_19366.cpp:54: error: `inty' was not declared in this scope
0_0_10634663_19366.cpp:54: error: `intvt' was not declared in this scope
0_0_10634663_19366.cpp:55: error: initializer expression list treated as compound expression
0_0_10634663_19366.cpp:55: error: expected `,' or `;' before '{' token
0_0_10634663_19366.cpp: In function `void Solve()':
0_0_10634663_19366.cpp:78: error: `inti' undeclared (first use this function)
0_0_10634663_19366.cpp:78: error: `i' undeclared (first use this function)
0_0_10634663_19366.cpp:80: error: `vis' undeclared (first use this function)
0_0_10634663_19366.cpp:81: error: `intSpaceNum' undeclared (first use this function)
0_0_10634663_19366.cpp:85: error: `SpaceNum' undeclared (first use this function)
0_0_10634663_19366.cpp:85: error: `Dfs0' cannot be used as a function
0_0_10634663_19366.cpp:91: error: `intvt' undeclared (first use this function)
0_0_10634663_19366.cpp:98: error: `vt' undeclared (first use this function)
0_0_10634663_19366.cpp:98: error: `Dfs1' cannot be used as a function
0_0_10634663_19366.cpp: In function `int main()':
0_0_10634663_19366.cpp:124: error: `Init' undeclared (first use this function)
|