会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Annetree的博客
把所有事情往简单了想嘛 (•̀ᴗ•́)و ̑̑
博客园
首页
新随笔
联系
管理
2020年9月3日
【手撕代码3】-求两个数的最大公约数/最小公倍数
摘要: 求最大公约数 1 #include<cstdio> 2 #include<iostream> 3 #include<algorithm> 4 using namespace std; 5 //枚举法 6 void find1(int a,int b) 7 { 8 int i = min(a, b);
阅读全文
posted @ 2020-09-03 16:59 Annetree
阅读(258)
评论(0)
推荐(0)
编辑
公告