840817_0_0_5638.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
840817_0_0_5638.cpp:1: error: expected `,' or `;' before '<' token
840817_0_0_5638.cpp: In function `void KM_Perfect_Match(int, const int (*)[500])':
840817_0_0_5638.cpp:18: error: `max' undeclared (first use this function)
840817_0_0_5638.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.)
840817_0_0_5638.cpp:32: error: `memset' undeclared (first use this function)
840817_0_0_5638.cpp:48: error: `min' undeclared (first use this function)
840817_0_0_5638.cpp: In function `int main()':
840817_0_0_5638.cpp:82: error: `cin' undeclared (first use this function)
840817_0_0_5638.cpp:84: error: `max' undeclared (first use this function)
840817_0_0_5638.cpp:98: error: `printf' undeclared (first use this function)
840817_0_0_5638.cpp:100: error: `cout' undeclared (first use this function)
840817_0_0_5638.cpp:100: error: `endl' undeclared (first use this function)
|