- Owner
- ADRIAN HSD
- Problem
- Given Back
- Source
- 0.24KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:12:5: error: 'fin' was not declared in this scope fin>>n; ^ prog.cpp:15:9: error: 'cin' was not declared in this scope cin>>y; ^ prog.cpp:16:17: error: 'cout' was not declared in this scope if(y!=x)cout<<y<<" "; ^