- Owner
- Suciu Sorina-Gabriela
- Problem
- A+B
- Source
- 0.10KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:3:1: error: 'cout' was not declared in this scope cout<<"a=";cin>>a; ^ prog.cpp:3:12: error: 'cin' was not declared in this scope cout<<"a=";cin>>a; ^