Problem | splithunny |
---|---|
User | havinaaaaash |
Submission Time | 2024-08-29 18:41:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:20:27: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | if(a[i][j] == "H" && a[i-1][j] == '.' && a[i][j-1] == '.'){
| ^~~