Problem | sumint |
---|---|
User | tealeaf |
Submission Time | 2025-01-08 16:08:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:11: error: expected unqualified-id before ‘=’ token
8 | for (int =0; i<d; i++) {
| ^
sumint.cpp:8:10: error: expected ‘;’ before ‘=’ token
8 | for (int =0; i<d; i++) {
| ^~
| ;
sumint.cpp:8:11: error: expected primary-expression before ‘=’ token
8 | for (int =0; i<d; i++) {
| ^
sumint.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for (int =0; i<d; i++) {
| ^
sumint.cpp:8:18: error: expected ‘)’ before ‘;’ token
8 | for (int =0; i<d; i++) {
| ~ ^
| )
sumint.cpp:8:20: error: ‘i’ was not declared in this scope
8 | for (int =0; i<d; i++) {
| ^