prog.cpp:1:22: error: iostream.h: No such file or directory
prog.cpp: In function ‘void citire(int&, int*)’:
prog.cpp:4: error: ‘cout’ was not declared in this scope
prog.cpp:5: error: ‘cin’ was not declared in this scope
prog.cpp: At global scope:
prog.cpp:10: error: ‘::main’ must return ‘int’
prog.cpp: In function ‘int main()’:
prog.cpp:25: error: ‘cout’ was not declared in this scope