0_0_8006426_7656.cpp: In function `int main()':
0_0_8006426_7656.cpp:24: error: name lookup of `i' changed for new ISO `for' scoping
0_0_8006426_7656.cpp:22: error: using obsolete binding at `i'
0_0_8006426_7656.cpp:24: error: name lookup of `j' changed for new ISO `for' scoping
0_0_8006426_7656.cpp:22: error: using obsolete binding at `j'
0_0_8006426_7656.cpp:42: error: expected `;' before '}' token
0_0_8006426_7656.cpp:45: error: `i' undeclared (first use this function)
0_0_8006426_7656.cpp:45: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8006426_7656.cpp:45: error: `j' undeclared (first use this function)
0_0_8006426_7656.cpp: At global scope:
0_0_8006426_7656.cpp:53: error: expected unqualified-id before "return"
0_0_8006426_7656.cpp:53: error: expected `,' or `;' before "return"
|