0_0_12105650_13911.cpp:34: error: `maxm' was not declared in this scope
0_0_12105650_13911.cpp:35: error: `maxn' was not declared in this scope
0_0_12105650_13911.cpp: In function `void addedge(int, int, int)':
0_0_12105650_13911.cpp:37: error: `edges' undeclared (first use this function)
0_0_12105650_13911.cpp:37: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12105650_13911.cpp:37: error: `head' undeclared (first use this function)
0_0_12105650_13911.cpp: At global scope:
0_0_12105650_13911.cpp:41: error: `maxn' was not declared in this scope
0_0_12105650_13911.cpp:41: error: `maxn' was not declared in this scope
0_0_12105650_13911.cpp:42: error: `maxn' was not declared in this scope
0_0_12105650_13911.cpp:42: error: `maxn' was not declared in this scope
0_0_12105650_13911.cpp:42: error: `maxn' was not declared in this scope
0_0_12105650_13911.cpp: In function `void init()':
0_0_12105650_13911.cpp:46: error: `n' undeclared (first use this function)
0_0_12105650_13911.cpp:46: error: `m' undeclared (first use this function)
0_0_12105650_13911.cpp:46: error: `k' undeclared (first use this function)
0_0_12105650_13911.cpp:49: error: `g' undeclared (first use this function)
0_0_12105650_13911.cpp:56: error: `h' undeclared (first use this function)
0_0_12105650_13911.cpp:60: error: `hh' undeclared (first use this function)
0_0_12105650_13911.cpp:61: error: `cc' undeclared (first use this function)
0_0_12105650_13911.cpp:61: error: `dd' undeclared (first use this function)
0_0_12105650_13911.cpp: In function `void floyed()':
0_0_12105650_13911.cpp:67: error: `n' undeclared (first use this function)
0_0_12105650_13911.cpp:71: error: `g' undeclared (first use this function)
0_0_12105650_13911.cpp: In function `void spfa()':
0_0_12105650_13911.cpp:80: error: `h' undeclared (first use this function)
0_0_12105650_13911.cpp:80: error: `dist' undeclared (first use this function)
0_0_12105650_13911.cpp:81: error: `queue' undeclared (first use this function)
0_0_12105650_13911.cpp:81: error: expected primary-expression before "int"
0_0_12105650_13911.cpp:81: error: expected `;' before "int"
0_0_12105650_13911.cpp:82: error: `vis' undeclared (first use this function)
0_0_12105650_13911.cpp:83: error: `q' undeclared (first use this function)
0_0_12105650_13911.cpp:86: error: `head' undeclared (first use this function)
0_0_12105650_13911.cpp:86: error: `edges' undeclared (first use this function)
0_0_12105650_13911.cpp:92: error: expected primary-expression before "int"
0_0_12105650_13911.cpp:92: error: expected `;' before "int"
0_0_12105650_13911.cpp:121: error: expected `}' at end of input
0_0_12105650_13911.cpp:121: error: expected `}' at end of input
0_0_12105650_13911.cpp:121: error: expected `}' at end of input
0_0_12105650_13911.cpp:121: error: expected `}' at end of input
|