0_0_1641219_21727.cpp:10: error: expected unqualified-id before '{' token
0_0_1641219_21727.cpp:10: error: expected `,' or `;' before '{' token
0_0_1641219_21727.cpp: In function `void Multiply()':
0_0_1641219_21727.cpp:81: error: `n' undeclared (first use this function)
0_0_1641219_21727.cpp:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1641219_21727.cpp: In function `void Print(char*)':
0_0_1641219_21727.cpp:133: error: `n' undeclared (first use this function)
0_0_1641219_21727.cpp: In function `void Add(char*, int*, int, int)':
0_0_1641219_21727.cpp:149: error: expected `,' or `;' before "int"
|