Problem lostones
User Fr5ctal
Submission Time 2025-07-19 21:40:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lostones.cpp: In function ‘int main()’:
lostones.cpp:17:24: error: ‘min_element’ was not declared in this scope
17 | auto pointer = min_element(a, a+n);
| ^~~~~~~~~~~