摘要:
#include#include__int64 gcd(__int64 a,__int64 b) {if(b==0)return a;elsegcd(b,a%b);}__int64 lcm(__int64 a,__int64 b) {__int64 t;if(a=k2) ans=i/s1*v1; e... 阅读全文
posted @ 2013-08-13 17:21
HYDhyd
阅读(132)
评论(0)
推荐(0)
浙公网安备 33010602011771号