11 2019 档案

摘要:没赶上末班车 阅读全文
posted @ 2019-11-17 16:36 kafuuchino 阅读(239) 评论(0) 推荐(0)
摘要:A. Maximum Square 直接O(kn^2)枚举最大边长 #include<iostream> #include<cstdio> #include<cstring> using namespace std; int k,n,a[1005]; int main(){ cin>>k; whil 阅读全文
posted @ 2019-11-07 02:43 kafuuchino 阅读(245) 评论(0) 推荐(0)
摘要:[MtOI2019]黑蚊子多 : 按题意模拟 #include<iostream> #include<cstdio> #include<cstring> using namespace std; int n,m,k,t,q,nw; bool w[1005]; int main(){ scanf("% 阅读全文
posted @ 2019-11-03 16:41 kafuuchino 阅读(363) 评论(0) 推荐(0)