Problem area2
User ensonchew
Submission Time 2026-03-15 16:23:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area2.cpp: In function ‘int main()’:
area2.cpp:19:11: error: ‘max_element’ was not declared in this scope
19 | int a = *max_element(A,A+N);
| ^~~~~~~~~~~