会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Thousand Sunny
遥遥逆行路
博客园
首页
新随笔
联系
管理
订阅
2013年7月30日
hdu 4627 The Unsolvable Problem
摘要: A水题,渐渐发现没有快感了。。求最小公倍数。 1 #include 2 #define LL __int64 3 int main() 4 { 5 int T; 6 LL n,s; 7 scanf("%d",&T); 8 while(T--) 9 {10 scanf("%I64d",&n);11 if(n==2){12 printf("1\n");13 continue;14 }15 if(n%2){16 printf(...
阅读全文
posted @ 2013-07-30 18:12 Thousand Sunny
阅读(256)
评论(2)
推荐(0)
编辑
公告