Problem | addition |
---|---|
User | sergius |
Submission Time | 2024-06-18 10:19:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘x’ was not declared in this scope
5 | x = 0;
| ^
addition.cpp:7:2: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
7 | y = 0;
| ^
| yn