Problem splithunny
User apxy36
Submission Time 2023-11-10 10:25:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘void dfs(long long int, long long int, long long int, long long int)’:
splithunny.cpp:17:18: error: incompatible types in assignment of ‘bool’ to ‘bool [1000005]’
17 | visited[x] = true;
| ^~~~
splithunny.cpp: In function ‘int32_t main()’:
splithunny.cpp:36:12: error: ‘r’ was not declared in this scope
36 | cin >> r >> c;
| ^
splithunny.cpp:36:17: error: ‘c’ was not declared in this scope
36 | cin >> r >> c;
| ^