Problem | splithunny |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-16 08:45:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp:17:30: error: stray ‘\342’ in program
17 | if(nx < 0 or nx >= h or ny ‹ 0 or ny >= w)continue;
| ^
splithunny.cpp:17:31: error: stray ‘\200’ in program
17 | if(nx < 0 or nx >= h or ny ‹ 0 or ny >= w)continue;
| ^
splithunny.cpp:17:32: error: stray ‘\271’ in program
17 | if(nx < 0 or nx >= h or ny ‹ 0 or ny >= w)continue;
| ^
splithunny.cpp: In function ‘void dfs(int, int)’:
splithunny.cpp:17:29: error: expected ‘)’ before numeric constant
17 | if(nx < 0 or nx >= h or ny ‹ 0 or ny >= w)continue;
| ~ ^ ~
| )
splithunny.cpp:18:17: error: expected ‘)’ before ‘]’ token
18 | if(!visited|nx][ny] && arrayiInx][ny] = 'H'){
| ~ ^
| )
splithunny.cpp:18:1