Problem sumint
User Seoyoung2010
Submission Time 2023-04-02 21:28:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:17: error: expected ‘;’ before ‘i’
13 | for (int i=0 i<d; i++){
| ^~
| ;