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