- Owner
- Lazar Andrei
- Problem
- Shallow
- Source
- 1.25KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp:2:66: warning: unused parameter 'b' [-Wunused-parameter] bool GirlFriend(int n,int m,int heights[],int papuci[],int a,int b) ^ prog.cpp: In function 'int main()': prog.cpp:42:5: error: 'cout' was not declared in this scope cout<<"n=";cin>>n; ^ prog.cpp:42:16: error: 'cin' was not declared in this scope cout<<"n=";cin>>n; ^