0_0_11271314_4229.cpp:1: error: `MAX' was not declared in this scope
0_0_11271314_4229.cpp:2: error: `MAX' was not declared in this scope
0_0_11271314_4229.cpp:3: error: `MAX' was not declared in this scope
0_0_11271314_4229.cpp:4: error: `MAX' was not declared in this scope
0_0_11271314_4229.cpp: In function `int main()':
0_0_11271314_4229.cpp:8: error: `scanf' undeclared (first use this function)
0_0_11271314_4229.cpp:8: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11271314_4229.cpp:9: error: `getchar' undeclared (first use this function)
0_0_11271314_4229.cpp:13: error: `b1' undeclared (first use this function)
0_0_11271314_4229.cpp:13: error: `b2' undeclared (first use this function)
0_0_11271314_4229.cpp:17: error: `a1' undeclared (first use this function)
0_0_11271314_4229.cpp:17: error: `memset' undeclared (first use this function)
0_0_11271314_4229.cpp:18: error: `a2' undeclared (first use this function)
0_0_11271314_4229.cpp:19: error: `strlen' undeclared (first use this function)
0_0_11271314_4229.cpp:42: error: `printf' undeclared (first use this function)
|