HDU 5636 Shortest Path

题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5636 题解: 1、暴力枚举: #include<cmath> #include<cstdio> #include<iostream> #include<algorithm> using namespace std; typedef long long LL; const int maxn = 1e
相关文章
相关标签/搜索