| Problem | addition3 |
|---|---|
| User | StarSparrowFox |
| Submission Time | 2024-07-08 18:17:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition3.cpp: In function ‘int main()’:
addition3.cpp:5:9: error: ‘a’ was not declared in this scope
5 | cin >> a >> b;
| ^
addition3.cpp:5:14: error: ‘b’ was not declared in this scope
5 | cin >> a >> b;
| ^