会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Yoshinow2001
雄关漫道真如铁,而今迈步从头越。
博客园
首页
新随笔
联系
订阅
管理
2017年12月24日
[日常摸鱼]poj2420 A Star not a Tree?
摘要: 题意:给定$n$个点,找一个点使得这个点到所有点的距离之和最小,求出这个最小距离 传说中的模拟退火… #include<cstdio> #include<ctime> #include<cmath> #include<cstdlib> const int N=105; struct point {
阅读全文
posted @ 2017-12-24 19:25 yoshinow2001
阅读(109)
评论(0)
推荐(0)
编辑
公告