题表
Faullest
这个作者很懒,什么都没留下…
展开
-
BZOJ 2763 今天超开心(虽然作业没写完)
飞行路线 这道题是在海亮时的一道练习题,但是当时没做完,打包带了回来(一定不要在bzoj上打注释,会挂) #include<iostream> #include<cstring> #include<string.h> #include<cstdio> #include<cctype> #include<algorithm> #...原创 2019-03-11 09:11:00 · 123 阅读 · 0 评论 -
BZOJ 2662
#include<bits/stdc++.h> using namespace std; const int maxn = 10000; const int maxxn = 55; #define inf 0x3f3f3f queue <int > q; int n,m,k,tot = 0; int ans = 21474340; int e[maxxn][maxxn]...原创 2019-03-18 08:30:06 · 107 阅读 · 0 评论