Problem | bestplace |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-16 00:47:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:16:12: error: request for member ‘begin’ in ‘arrx’, which is of non-class type ‘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 ‘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 ‘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 ‘int [n]’
17 | sort(arry.begin(), arry.end());
| ^~~