Problem sumint
User nguyendinhanh1508
Submission Time 2023-12-22 23:45:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:12:8: error: expected ‘;’ before ‘}’ token
12 | y=y+n
| ^
| ;
13 | }
| ~