Problem | sortingtrainers |
---|---|
User | kahchun |
Submission Time | 2023-11-27 17:43:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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());
| ^~~~