Problem | addition |
---|---|
User | spyrath |
Submission Time | 2025-06-16 14:06:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:13: error: ‘A’ was not declared in this scope
9 | cout << A + B;
| ^
addition.cpp:9:17: error: ‘B’ was not declared in this scope
9 | cout << A + B;
| ^