Problem | addition |
---|---|
User | watervapour |
Submission Time | 2024-02-17 11:34:41 |
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 initializer before ‘int’
5 | int y;
| ^~~
addition.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x,y;
| ^
addition.cpp:6:11: error: ‘y’ was not declared in this scope
6 | cin >> x,y;
| ^