如果给出方程 ax+by=cax+by=cax+by=c,要求满足 1≤x,y≤n1\le x,y\le n1≤x,y≤n 的解的数量,如何用 exgcd 在 O(logn)O(\log n)O(logn) 解决?