TLEer / Gitalkcomments

0 stars 0 forks source link

模拟退火板子 / TLEer's Blog #17

Open TLEer opened 3 years ago

TLEer commented 3 years ago

https://tleer-blog.vercel.app/2021/05/22/SA_template/

123456789101112131415161718192021222324#include <bits/stdc++.h>using namespace std;int calc() { //用dp,最短路,贪心,模拟等算法求出当前解。}int SA() { double beginT = , endT = , delT = ; for (dou