prog.cpp: In function ‘int main()’:
prog.cpp:5: error: ‘cout’ was not declared in this scope
prog.cpp:6: error: ‘cin’ was not declared in this scope
prog.cpp:14: error: expected primary-expression before ‘...’ token
prog.cpp:14: error: ‘function_A’ was not declared in this scope
prog.cpp:16: error: ‘cout’ was not declared in this scope
prog.cpp:17: error: ‘cin’ was not declared in this scope
prog.cpp:23: error: expected primary-expression before ‘...’ token
prog.cpp:23: error: ‘function_B’ was not declared in this scope