- Owner
- Vasiu Alexandru
- Problem
- A+B
- Source
- 0.14KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:4:8: error: expected ';' before 'int' prog.cpp:4:16: warning: statement has no effect [-Wunused-value] prog.cpp:5:8: error: expected ';' before 'std' prog.cpp:5:26: warning: statement has no effect [-Wunused-value] prog.cpp:6:20: error: 'a' was not declared in this scope prog.cpp:6:24: error: 'b' was not declared in this scope