Problem | duckhunt0 |
---|---|
User | blackscreen1 |
Submission Time | 2025-01-05 22:05:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt0.cpp: In function ‘int main()’:
duckhunt0.cpp:404:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
404 | if (t == 1) dh1::run();
| ^
| tm
duckhunt0.cpp:405:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
405 | if (t == 2) dh2::run();
| ^
| tm
duckhunt0.cpp:406:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
406 | if (t == 3) dh3::run();
| ^
| tm
duckhunt0.cpp:407:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
407 | if (t == 4) dh4::run();
| ^
| tm
duckhunt0.cpp:408:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
408 | if (t == 5) dh5::run();
| ^
| tm
duckhunt0.cpp:409:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
409 | if (t == 6) dh6::run();
| ^
| tm
du