POJ - 1061 青蛙的约会(拓展GCD

传送门html 复习拓展gcd的一道很好的例题。ios /* (n-m)*ans+k*l=x-y;   * n-m=a,ans=x,k=y,l=b,x-y=c;   *   a*x+b*y=c;   */   spa //china no.1 #pragma comment(linker, "/STACK:1024000000,1024000000") #include <vector> #inc
相关文章
相关标签/搜索