0_0_5937402_28672.cpp: In function `int main()':
0_0_5937402_28672.cpp:26: error: missing template arguments before '.' token
0_0_5937402_28672.cpp:26: error: missing template arguments before '.' token
0_0_5937402_28672.cpp:28: error: `maxum' undeclared (first use this function)
0_0_5937402_28672.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5937402_28672.cpp:31: error: missing template arguments before '.' token
0_0_5937402_28672.cpp:32: error: cannot resolve overloaded function `max' based on conversion to type `int'
0_0_5937402_28672.cpp: At global scope:
0_0_5937402_28672.cpp:38: error: expected unqualified-id before "return"
0_0_5937402_28672.cpp:38: error: expected `,' or `;' before "return"
0_0_5937402_28672.cpp:39: error: expected declaration before '}' token
|