会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
这个博客已停用
已停用的博客
管理
2016年4月25日
POJ 最小公倍数
摘要: #include using namespace std;int main(){ int a,b,c,k; int tmp,ans; while(cin>>a>>b){ k=a*b; if(a<b){ tmp=a; a=b; ...
阅读全文
posted @ 2016-04-25 21:16 弃用博客
阅读(170)
评论(0)
推荐(0)