| Problem | sumint |
|---|---|
| User | Esan |
| Submission Time | 2024-06-18 13:23:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:11: error: expected ‘,’ or ‘;’ before ‘:’ token
7 | int sum=0:
| ^
sumint.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for (int i=0; i<d; ++i){
| ^