| Problem | duckhunt16 |
|---|---|
| User | notachicken |
| Submission Time | 2026-04-17 13:31:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt16.cpp: In function ‘int main()’:
duckhunt16.cpp:6:2: error: ‘x’ was not declared in this scope
6 | x = (N * A);
| ^
duckhunt16.cpp:8:11: error: expected ‘;’ before ‘}’ token
8 | cout<< B
| ^
| ;
9 | }
| ~