- Owner
- Andrei Stanimir
- Problem
- A+B
- Source
- 0.15KB
- Result
- Compile error
Compiler output
prog.cpp: In function 'int main(int, char**)': prog.cpp:7:7: error: 'a' was not declared in this scope prog.cpp:7:12: error: 'b' was not declared in this scope prog.cpp: At global scope: prog.cpp:4:5: warning: unused parameter 'argc' [-Wunused-parameter]