0_0_3837013_9188.cpp: In function `bool spfa()':
0_0_3837013_9188.cpp:19: error: `memset' undeclared (first use this function)
0_0_3837013_9188.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3837013_9188.cpp:22: error: `queue' undeclared (first use this function)
0_0_3837013_9188.cpp:22: error: expected primary-expression before "int"
0_0_3837013_9188.cpp:22: error: expected `;' before "int"
0_0_3837013_9188.cpp:25: error: `qu' undeclared (first use this function)
0_0_3837013_9188.cpp: In function `int main()':
0_0_3837013_9188.cpp:55: error: `scanf' undeclared (first use this function)
0_0_3837013_9188.cpp:55: error: `EOF' undeclared (first use this function)
0_0_3837013_9188.cpp:56: error: `memset' undeclared (first use this function)
0_0_3837013_9188.cpp:66: error: `strcmp' undeclared (first use this function)
0_0_3837013_9188.cpp:82: error: `printf' undeclared (first use this function)
|