- Owner
- Rajath R Pai
- Problem
- A+B
- Source
- 0.10KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp:1:1: error: 'include' does not name a type include<bits/stdc++.h> ^ prog.cpp: In function 'int main()': prog.cpp:6:1: error: 'cin' was not declared in this scope cin>>a>>b; ^ prog.cpp:7:1: error: 'cout' was not declared in this scope cout<<a+b; ^