- Owner
- alexandru brinduse
- Problem
- A+B
- Source
- 0.11KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:6:24: error: 'scanf' was not declared in this scope scanf("%d %d", &a, &b); ^ prog.cpp:7:19: error: 'printf' was not declared in this scope printf("%d", a+b); ^