235332_0_2258.cpp: In function `int main()':
235332_0_2258.cpp:5: error: expected init-declarator before "scanf"
235332_0_2258.cpp:5: error: expected `,' or `;' before "scanf"
235332_0_2258.cpp:6: error: `i' undeclared (first use this function)
235332_0_2258.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
235332_0_2258.cpp:8: error: `m' undeclared (first use this function)
235332_0_2258.cpp:10: error: `b' undeclared (first use this function)
235332_0_2258.cpp:13: error: `r' undeclared (first use this function)
|