- Owner
- Vlad Negura
- Problem
- A+B
- Source
- 0.10KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:5:8: error: 'x' was not declared in this scope cin >> x >> y; ^ prog.cpp:5:13: error: 'y' was not declared in this scope cin >> x >> y; ^