33887_0_17865.cpp:14:39: macro "max" requires 2 arguments, but only 1 given
33887_0_17865.cpp: In function `int main()':
33887_0_17865.cpp:14: error: `max' undeclared (first use this function)
33887_0_17865.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
33887_0_17865.cpp:14:46: macro "min" requires 2 arguments, but only 1 given
33887_0_17865.cpp:14: error: `min' undeclared (first use this function)
|