摘要:
题目链接:https://acm.hdu.edu.cn/showproblem.php?pid=3605 说明 hdu 的 G++ 编译器 比 C++ 编译器 慢,而这题比较卡时间,需要用 C++ 编译器。 但是 C++ 编译器不支持 万能头,所以你得手写 非万能头 的头文件,然后用 C++ 提交。 阅读全文
posted @ 2026-04-29 14:47
quanjun
阅读(22)
评论(0)
推荐(0)
摘要:
题目链接:https://www.luogu.com.cn/problem/P1559 模拟退火模板题。 实例程序: #include <bits/stdc++.h> using namespace std; int n, P[22][22], Q[22][22], p[22]; long long 阅读全文
posted @ 2026-04-29 13:35
quanjun
阅读(19)
评论(0)
推荐(0)
浙公网安备 33010602011771号