Problem | addition |
---|---|
User | PyAce |
Submission Time | 2025-06-16 11:18:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:14: error: ‘x’ was not declared in this scope; did you mean ‘x1’?
8 | std::cin >> x;
| ^
| x1
addition.cpp:11:14: error: ‘y’ was not declared in this scope; did you mean ‘y1’?
11 | std::cin >> y;
| ^
| y1