| Problem | insects |
|---|---|
| User | JoonYorigami |
| Submission Time | 2026-05-21 13:45:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
insects.cpp: In function ‘int min_cardinality(int)’:
insects.cpp:31:25: error: ‘v’ was not declared in this scope
31 | vint().swap(toRemove);v
| ^
insects.cpp:55:7: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
55 | ans=mid;
| ^~~
| abs
insects.cpp:64:28: error: expected ‘;’ before ‘}’ token
64 | vint().swap(toRemove);v
| ^
| ;
65 | }
| ~
insects.cpp:66:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
66 | return ans;
| ^~~
| abs