| Problem | addition |
|---|---|
| User | JerryCodebreaker |
| Submission Time | 2026-04-01 16:42:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:9: error: ‘x’ was not declared in this scope
4 | int z = x + y;
| ^
addition.cpp:4:13: error: ‘y’ was not declared in this scope
4 | int z = x + y;
| ^