Problem sumint
User ys
Submission Time 2025-03-15 16:11:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:10: error: ‘split’ was not declared in this scope
8 | meows = split(meows, " ");
| ^~~~~
sumint.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i = 0; i < d; i++) {
| ^
sumint.cpp:14:10: error: expected ‘;’ before ‘}’ token
14 | return 0
| ^
| ;
15 | }
| ~