| Problem | addition |
|---|---|
| User | godex |
| Submission Time | 2025-01-20 16:46:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:14: error: ‘x’ was not declared in this scope
6 | std::cin >> x >> y;
| ^
addition.cpp:6:20: error: ‘y’ was not declared in this scope
6 | std::cin >> x >> y;
| ^