Problem arrayfind
User nothing
Submission Time 2023-07-06 23:06:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:97:46: error: too few arguments to function ‘void FindCount(int*, int, int, int, int, int&, int&)’
97 | FindCount(arr, 0, N - 1, N, smaller, bigger);
| ^
arrayfind.cpp:5:6: note: declared here
5 | void FindCount(int arr[], int start, int end, int n, int val, int& smaller, int& bigger)
| ^~~~~~~~~