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