| Problem | ducktransport |
|---|---|
| User | vadar2525 |
| Submission Time | 2026-06-25 14:02:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ducktransport.cpp: In function ‘int main()’:
ducktransport.cpp:12:12: error: ‘mid’ was not declared in this scope
12 | if(check(mid, N, D)){
| ^~~
ducktransport.cpp:12:17: error: ‘N’ was not declared in this scope
12 | if(check(mid, N, D)){
| ^
ducktransport.cpp:12:20: error: ‘D’ was not declared in this scope
12 | if(check(mid, N, D)){
| ^
ducktransport.cpp:12:6: error: ‘check’ was not declared in this scope
12 | if(check(mid, N, D)){
| ^~~~~