GDUT校赛
摘要:
题目链接:http://4.gdutcode.sinaapp.com/contest.php?cid=1021F题意:给出n和m,要求满足gcd(x,y)=n && lcm(x,y)=m的pair(x,y)的个数sol:先YY一下:设 gcd(x,y)=n,lcm(x,y)=m那么有x=a*n,y... 阅读全文
posted @ 2015-03-19 21:25 Pentium.Labs 阅读(325) 评论(0) 推荐(0) 编辑