Problem bestplace
User PlayVoltz
Submission Time 2023-07-16 00:47:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:16:12: error: request for member ‘begin’ in ‘arrx’, which is of non-class type ‘long long int [n]’
16 | sort(arrx.begin(), arrx.end());
| ^~~~~
bestplace.cpp:16:26: error: request for member ‘end’ in ‘arrx’, which is of non-class type ‘long long int [n]’
16 | sort(arrx.begin(), arrx.end());
| ^~~
bestplace.cpp:17:12: error: request for member ‘begin’ in ‘arry’, which is of non-class type ‘long long int [n]’
17 | sort(arry.begin(), arry.end());
| ^~~~~
bestplace.cpp:17:26: error: request for member ‘end’ in ‘arry’, which is of non-class type ‘long long int [n]’
17 | sort(arry.begin(), arry.end());
| ^~~