Problem sumint
User CheeseAndBread
Submission Time 2024-02-18 22:06:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:3: error: expected initializer before ‘cin’
6 | cin >> x ;
| ^~~
sumint.cpp:9:12: error: ‘y’ was not declared in this scope
9 | cin >> y;
| ^