So the question is count the number of increasing subsequence such that the gcd of subsequence will be equal to 1.↵
↵
1 <= size of array <= 1e5↵
1 <= a[i] <= 1e6↵
↵
can anyone help me solve this problem.
↵
1 <= size of array <= 1e5↵
1 <= a[i] <= 1e6↵
↵
can anyone help me solve this problem.