Problem 0405
User IWKR
Submission Time 2022-12-23 21:20:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:62:39: error: too many arguments to function ‘int coprime_with_array(int*, int, int, int)’
62 | coprime_with_array(arr, N, L, R, n);
| ^
0405.cpp:4:5: note: declared here
4 | int coprime_with_array(int a[], int n, int L, int R)
| ^~~~~~~~~~~~~~~~~~