0_0_2256778_26661.cpp: In function `int main()':
0_0_2256778_26661.cpp:17: error: `a' undeclared (first use this function)
0_0_2256778_26661.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2256778_26661.cpp:17: error: `b' undeclared (first use this function)
0_0_2256778_26661.cpp:18: error: `total' undeclared (first use this function)
0_0_2256778_26661.cpp:24: error: continue statement not within a loop
0_0_2256778_26661.cpp: At global scope:
0_0_2256778_26661.cpp:40: error: expected unqualified-id before "return"
0_0_2256778_26661.cpp:40: error: expected `,' or `;' before "return"
0_0_2256778_26661.cpp:41: error: expected declaration before '}' token
|