Problem potatosalad
User Krishh101
Submission Time 2025-12-21 19:18:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:20:78: error: expected ‘)’ before ‘]’ token
20 | chosen[distance(chosen.begin(), min_element(chosen.begin(), chosen.end())] = x;
| ~ ^
| )