0_0_5937421_32707.cpp:3: error: expected nested-name-specifier before "namespacestd"
0_0_5937421_32707.cpp:3: error: `namespacestd' has not been declared
0_0_5937421_32707.cpp:6: error: ISO C++ forbids declaration of `intmain' with no type
0_0_5937421_32707.cpp: In function `int intmain()':
0_0_5937421_32707.cpp:7: error: `inti' undeclared (first use this function)
0_0_5937421_32707.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5937421_32707.cpp:7: error: `res' undeclared (first use this function)
0_0_5937421_32707.cpp:7: error: `n' undeclared (first use this function)
0_0_5937421_32707.cpp:7: error: `m' undeclared (first use this function)
0_0_5937421_32707.cpp:7: error: `a' undeclared (first use this function)
0_0_5937421_32707.cpp:7: error: `b' undeclared (first use this function)
0_0_5937421_32707.cpp:8: error: `cin' undeclared (first use this function)
0_0_5937421_32707.cpp:10: error: `i' undeclared (first use this function)
0_0_5937421_32707.cpp:14: error: `cout' undeclared (first use this function)
0_0_5937421_32707.cpp:14: error: `endl' undeclared (first use this function)
0_0_5937421_32707.cpp:15: error: `elsecout' undeclared (first use this function)
0_0_5937421_32707.cpp:17: error: `return0' undeclared (first use this function)
|