会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Yra_
“执着于理想,纯粹于当下。”
(博客格式有点乱,未来会找机会重新重构的)
首页
管理
随笔分类 -
杂项
模拟退火板子带注释
摘要:模拟退火模板 #include <bits/stdc++.h> using ll = long long; double calc() { // ans = std::min(ans, res); // ans = std::max(ans, res); } void SA() { std::ran
阅读全文
posted @
2022-02-27 15:50
Yra
阅读(66)
评论(0)
推荐(0)
公告