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

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:11: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘int [n]’
11 | sort(arr.begin(), arr.end());
| ^~~~~
potatosalad.cpp:11:24: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘int [n]’
11 | sort(arr.begin(), arr.end());
| ^~~
potatosalad.cpp:11:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
11 | sort(arr.begin(), arr.end());
| ^~~~
| qsort