Problem splithunny
User justin271828
Submission Time 2023-06-25 15:33:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int main()’:
splithunny.cpp:15:17: error: expected ‘;’ before ‘for’
15 | s = strings[i]
| ^
| ;
16 | for (int j = 0; j < c; i++) {
| ~~~
splithunny.cpp:16:19: error: ‘j’ was not declared in this scope
16 | for (int j = 0; j < c; i++) {
| ^
splithunny.cpp:16:29: error: expected ‘;’ before ‘)’ token
16 | for (int j = 0; j < c; i++) {
| ^
| ;