| Problem | sumint |
|---|---|
| User | zzzacccc |
| Submission Time | 2024-06-18 10:57:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:6:8: error: expected ‘;’ before ‘for’
6 | cin>>d
| ^
| ;
7 | for(int i=0,i<=d,i++){
| ~~~
sumint.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | cout<<sum
| ^
| ;
12 | }
| ~