魔幻刺猬

文章
6
资源
0
加入时间
3年0月21天

hdu1690

#include #include #include using namespace std;const long long _max = 999999999999LL;//加LL要不然报数据太大;const int maxn = 111;long long dist[maxn][maxn];//多个距离相加 可能爆intint a[200];int n, m;int l1,l2