会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kylin's Blog
A ship in harbor is safe, but that is not what ships are built for.
博客园
首页
新随笔
联系
订阅
管理
2019年11月2日
题解Codeforces Round #597 (Div. 2)(CF1245)
摘要: A:送分,裸的gcd。 1 #include<stdio.h> 2 #define il inline 3 #define it register int 4 int T,a,b,d; 5 il void gcd(int a,int b){ 6 if(!b){d=a;return;} 7 gcd(b
阅读全文
posted @ 2019-11-02 01:25 kylin_xy
阅读(753)
评论(4)
推荐(1)
公告