Problem splithunny
User Hiya123
Submission Time 2023-11-15 14:51:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘void dfs(long long int, long long int)’:
splithunny.cpp:19:48: error: lvalue required as left operand of assignment
19 | if(!visited[nx][ny] && arrayi[nx][ny] ='H'){
| ^~~
splithunny.cpp: In function ‘int32_t main()’:
splithunny.cpp:35:52: error: lvalue required as left operand of assignment
35 | if(visited[i][j] or arrayi[i][j] = '.')continue;
| ^~~