| Problem | robots |
|---|---|
| User | StormyGood |
| Submission Time | 2026-01-25 14:48:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
robots.cpp: In lambda function:
robots.cpp:54:73: error: expected ‘;’ before ‘}’ token
54 | sort(rem.begin(),rem.end(),[](auto a, auto b){return a.second>b.second});
| ^
| ;