Problem | sumint |
---|---|
User | ys |
Submission Time | 2025-03-15 20:00:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:22:36: error: expected ‘)’ before ‘:’ token
22 | sum += std::stoi(meows.substr(0:i));
| ~ ^
| )
sumint.cpp:23:30: error: expected ‘;’ before ‘)’ token
23 | meows = meows.substr(i+1));
| ^
| ;