- Owner
- Marius Trandafir
- Problem
- A+B
- Source
- 0.09KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:4:13: error: 'a' was not declared in this scope std::cin >> a >> b; ^ prog.cpp:4:18: error: 'b' was not declared in this scope std::cin >> a >> b; ^