How Many? Given an array of numbers $a 1$ to $a N$ and $q$ queries consisting of a single positive integer $x$ each. For each query you have to find the number of subarrays of the given array such that $x$ is the greatest common divisor of all the...