0_0_3198462_17095.cpp: In function `void push(node)':
0_0_3198462_17095.cpp:47: error: `count' undeclared (first use this function)
0_0_3198462_17095.cpp:47: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3198462_17095.cpp: In function `node pop()':
0_0_3198462_17095.cpp:55: error: `count' undeclared (first use this function)
0_0_3198462_17095.cpp: In function `int main()':
0_0_3198462_17095.cpp:82: error: `min' undeclared (first use this function)
0_0_3198462_17095.cpp:83: error: `count' undeclared (first use this function)
|