Problem paint
User AltheaZ
Submission Time 2023-06-27 11:43:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:23:9: error: ‘max_element’ was not declared in this scope
23 | cout<<*max_element(job.begin(),job.end());
| ^~~~~~~~~~~