0_0_5499803_30253.cpp:84: error: expected constructor, destructor, or type conversion before numeric constant
0_0_5499803_30253.cpp:84: error: expected `,' or `;' before numeric constant
0_0_5499803_30253.cpp:84:10: invalid suffix "MS" on integer constant
0_0_5499803_30253.cpp: In function `int DFS(long long int, int)':
0_0_5499803_30253.cpp:92: error: `n' undeclared (first use this function)
0_0_5499803_30253.cpp:92: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5499803_30253.cpp: In function `int main()':
0_0_5499803_30253.cpp:110: error: redefinition of `int main()'
0_0_5499803_30253.cpp:27: error: `int main()' previously defined here
0_0_5499803_30253.cpp:111: error: `n' undeclared (first use this function)
0_0_5499803_30253.cpp: In function `int main()':
0_0_5499803_30253.cpp:146: error: redefinition of `int main()'
0_0_5499803_30253.cpp:110: error: `int main()' previously defined here
0_0_5499803_30253.cpp:146: error: redefinition of `int main()'
0_0_5499803_30253.cpp:27: error: `int main()' previously defined here
|