| Problem | goofyrooks |
|---|---|
| User | blob |
| Submission Time | 2023-12-30 13:43:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:13:9: error: ‘rowCount’ was not declared in this scope; did you mean ‘colCount’?
13 | rowCount[xi]++;
| ^~~~~~~~
| colCount
goofyrooks.cpp:22:17: error: ‘rowCount’ was not declared in this scope; did you mean ‘colCount’?
22 | if (rowCount[i] > 0 || colCount[j] > 0) {
| ^~~~~~~~
| colCount