Problem xmas
User BigBackAdrino
Submission Time 2026-07-04 16:35:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:14:16: error: request for member ‘max_element’ in ‘arr[b]’, which is of non-class type ‘int [N]’
14 | cout<< arr[b].max_element (arr[b], arr[b] + N) - arr[b];
| ^~~~~~~~~~~