Problem splithunny
User nivay210
Submission Time 2023-11-16 10:06:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int main()’:
splithunny.cpp:28:12: error: expected ‘;’ before ‘-’ token
28 | for(int j - 0; j < w; j++;){
| ^~
| ;
splithunny.cpp:28:23: error: expected ‘)’ before ‘;’ token
28 | for(int j - 0; j < w; j++;){
| ~ ^
| )
splithunny.cpp:28:25: error: ‘j’ was not declared in this scope
28 | for(int j - 0; j < w; j++;){
| ^
splithunny.cpp:28:29: error: expected primary-expression before ‘)’ token
28 | for(int j - 0; j < w; j++;){
| ^