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

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:21:37: error: ‘it’ was not declared in this scope; did you mean ‘int’?
21 | chosen[distance(chosen.begin(), it)] = x;
| ^~
| int