| Problem | ducktransport |
|---|---|
| User | frostbyte |
| Submission Time | 2026-06-26 00:58:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ducktransport.cpp: In function ‘bool check(ll, int, int)’:
ducktransport.cpp:23:15: error: a function-definition is not allowed here before ‘{’ token
23 | signed main() {
| ^
ducktransport.cpp:43:1: error: expected ‘}’ at end of input
43 | }
| ^
ducktransport.cpp:17:29: note: to match this ‘{’
17 | bool check(ll K,int N,int D){
| ^