| Problem | addition |
|---|---|
| User | dharshanmb |
| Submission Time | 2026-06-22 20:05:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:11: error: ‘A’ was not declared in this scope
9 | cout>>A;
| ^
addition.cpp:10:7: error: ‘B’ was not declared in this scope
10 | A+B;
| ^