Problem sumint
User 2Princes1Lance
Submission Time 2023-11-22 14:38:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:14: error: expected ‘;’ before ‘for’
10 | cin.ignore()
| ^
| ;
11 | for(j = 0; j < i; j++){
| ~~~
sumint.cpp:11:23: error: expected ‘;’ before ‘)’ token
11 | for(j = 0; j < i; j++){
| ^
| ;