会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ljlin
首页
新随笔
联系
订阅
管理
随笔分类 -
Codeforces
Codeforces Round #146 (Div. 2) C. LCM Challenge
摘要:http://codeforces.com/contest/236/problem/C 觉得这题挺有意思,贴一下代码。if(a<=0)or(b<=0)or(c<=0)then continue;这句一开始没写,WA了。注意多个数的LCM求法。 Codeprogram LCMchallenge;uses math;var i,j,k:longint; n,a,b,c,ans,temp:int...
阅读全文
posted @
2012-10-23 16:58
ljlin
阅读(238)
评论(0)
推荐(0)
公告