- Owner
- Stefan Negrus
- Problem
- A+B
- Source
- 0.15KB
- Result
- Compile error
Compiler output
prog.cpp: In function ‘int main()’: prog.cpp:8:7: warning: unused variable ‘a’ [-Wunused-variable] prog.cpp:8:10: warning: unused variable ‘b’ [-Wunused-variable] prog.cpp:9:9: error: ‘a’ was not declared in this scope prog.cpp:9:14: error: ‘b’ was not declared in this scope
Results
Test number Result Time