| Problem | splithunny |
|---|---|
| User | chatdanai |
| Submission Time | 2026-05-05 13:17:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:27:39: error: expected ‘;’ before ‘cin’
27 | memset(visited,false,sizeof(visited))
| ^
| ;
28 | cin >> r >> c;
| ~~~