Problem | addition |
---|---|
User | cheryll |
Submission Time | 2023-08-17 09:05:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:10: error: ‘x’ was not declared in this scope
5 | cin >> x, y; //enter input
| ^
addition.cpp:5:13: error: ‘y’ was not declared in this scope
5 | cin >> x, y; //enter input
| ^