Problem | addition |
---|---|
User | PyAce |
Submission Time | 2025-06-16 11:17:04 |
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: expected ‘,’ or ‘;’ before ‘int’
5 | int x = 0
| ^~~
addition.cpp:8:14: error: ‘x’ was not declared in this scope
8 | std::cin >> x;
| ^
addition.cpp:10:14: error: ‘y’ was not declared in this scope
10 | std::cin >> y;
| ^