| Problem | conductslip |
|---|---|
| User | Pan |
| Submission Time | 2023-11-24 10:22:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:48:2: error: expected ‘,’ or ‘;’ before ‘while’
48 | while (p1<min((ll) zero.size(),c))
| ^~~~~
conductslip.cpp:60:8: error: expected initializer before ‘-=’ token
60 | ll ans-=cost[p2];
| ^~