for positive numbers x, y (both less than 1e9)
Can the fraction of (x / y) be represented as x * inv(y) for various values of x and y (within 1e9)
I get a Wrong Answer in a div3 D problem by doing so [submission]
NOTE: I am using 1e9 + 7 for modulo operations in calculating the inverse