| Problem | goofyrooks |
|---|---|
| User | lucaleeeeee |
| Submission Time | 2026-08-02 14:44:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:9:5: error: expected initializer before ‘cin’
9 | cin >> n >> m >> k;
| ^~~
goofyrooks.cpp:12:25: error: ‘k’ was not declared in this scope
12 | for (int i = 0; i < k; ++i) {
| ^