Problem potatosalad
User Hi1057
Submission Time 2025-06-28 16:19:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:11: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘int [n]’
12 | sort(arr.begin(), arr.end());
| ^~~~~
potatosalad.cpp:12:24: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘int [n]’
12 | sort(arr.begin(), arr.end());
| ^~~