Problem | paint |
---|---|
User | AltheaZ |
Submission Time | 2023-06-28 10:54:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:23:35: error: ‘min_element’ was not declared in this scope
23 | int index=distance(begin(price),min_element(begin(price),end(price)));
| ^~~~~~~~~~~