会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
追求挑战,超越自我
自信,自强,永不放弃
博客园
首页
新随笔
联系
订阅
管理
2012年4月10日
HDU 2552 三足鼎立
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2552数学推导View Code #include <stdio.h>#include <string.h>#include <stdlib.h>#include <math.h>int main(){ int t; scanf("%d",&t); while(t--) { scanf("%*lf%*lf"); printf("1\n"); } return 0;}
阅读全文
posted @ 2012-04-10 17:31 LegendaryAC
阅读(173)
评论(0)
推荐(0)
编辑
HDU 1213 How Many Tables
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1213和畅通工程是一个意思、、View Code #include #include #include int idx[2000];int n,m;int find(int x){ //找x所在并查集的根节点...
阅读全文
posted @ 2012-04-10 16:25 LegendaryAC
阅读(195)
评论(0)
推荐(0)
编辑
HDU 1232 畅通工程
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1232第一次做并查集,有点小爽。。。View Code #include #include #include int idx[2000];int n,m;int find(int x){ //找x所在并查集的...
阅读全文
posted @ 2012-04-10 16:11 LegendaryAC
阅读(148)
评论(0)
推荐(0)
编辑
公告