| Problem | duckhunt25 |
|---|---|
| User | YH |
| Submission Time | 2025-12-08 11:59:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt25.cpp: In function ‘void solve()’:
duckhunt25.cpp:114:7: error: expected ‘(’ before ‘!’ token
114 | if !(c) break;
| ^
| (
duckhunt25.cpp:120:21: error: ‘i’ was not declared in this scope
120 | if (mask & (1 << i)) {
| ^
duckhunt25.cpp:126:2: error: ‘cut’ was not declared in this scope
126 | cut << -1 << "\n";
| ^~~