摘要:
本人水平有限,题解不到为处,请多多谅解 本蒟蒻谢谢大家观看 题目:传送门 大致的模拟退火讲解我这里不再赘述,如有疑问请看这里 传送门连接 code: 阅读全文
摘要:
模板: code: 1 #include<bits/stdc++.h> 2 #pragma GCC optimize(3) 3 4 using namespace std; 5 6 7 inline int read(){ 8 int x=0,f=1;char ch=getchar(); 9 whi 阅读全文