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