- Owner
- Coteanu Vlad
- Problem
- A+B
- Source
- 0.15KB
- Result
- Compile error
Compiler output
prog.cpp:4:12: warning: missing terminating " character [enabled by default] prog.cpp:4:1: error: missing terminating " character prog.cpp:5:7: error: 'b' has not been declared prog.cpp:5:8: error: expected ')' before ';' token prog.cpp: In function 'int main()': prog.cpp:7:5: error: 'a' was not declared in this scope prog.cpp:7:8: error: 'b' was not declared in this scope