Problem | sumint |
---|---|
User | Jeanine |
Submission Time | 2024-06-18 13:08:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:14: error: expected ‘)’ before ‘;’ token
9 | cin >> a;
| ^
| )
sumint.cpp:8:31: note: to match this ‘(’
8 | for (long long i=0; i<d; ++i)(
| ^
sumint.cpp:11:2: error: expected primary-expression before ‘)’ token
11 | )
| ^