Problem sortingtrainers
User kahchun
Submission Time 2023-11-27 17:43:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sortingtrainers.cpp: In function ‘int main()’:
sortingtrainers.cpp:27:23: error: request for member ‘size’ in ‘right’, which is of non-class type ‘long long int’
27 | int ans = (N - right.size());
| ^~~~