0_0_12282532_17246.cpp: In function `int fx(int)':
0_0_12282532_17246.cpp:17: error: `n' undeclared (first use this function)
0_0_12282532_17246.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12282532_17246.cpp:19: error: `b' undeclared (first use this function)
0_0_12282532_17246.cpp:20: error: `a' undeclared (first use this function)
0_0_12282532_17246.cpp:22: error: `c' undeclared (first use this function)
0_0_12282532_17246.cpp: In function `int main()':
0_0_12282532_17246.cpp:30: error: `n' undeclared (first use this function)
0_0_12282532_17246.cpp:32: error: expected primary-expression before '%' token
0_0_12282532_17246.cpp:32: error: expected primary-expression at end of input
0_0_12282532_17246.cpp:32: error: expected `;' at end of input
0_0_12282532_17246.cpp:32: error: expected `}' at end of input
0_0_12282532_17246.cpp:32: error: expected `}' at end of input
|