- Owner
- Lazar Andrei
- Problem
- Lumber Jack and Number X
- Source
- 0.35KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'void afisare(int, int*)': prog.cpp:14:9: error: 'cout' was not declared in this scope cout<<v[i]<<" - "; ^ prog.cpp: In function 'int main()': prog.cpp:19:5: error: 'cout' was not declared in this scope cout<<"nr=";cin>>nr; ^ prog.cpp:19:17: error: 'cin' was not declared in this scope cout<<"nr=";cin>>nr; ^