摘要: E1 #include<cstdio> #include<cstring> #include<iostream> #include<algorithm> #include<map> using namespace std; #define int long long const int N=1e6+ 阅读全文
posted @ 2020-07-02 10:08 晴屿 阅读(319) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<cstring> #include<iostream> #include<algorithm> using namespace std; #define int long long int mp[410][410]; void solve() { 阅读全文
posted @ 2020-07-02 10:06 晴屿 阅读(206) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<cstring> #include<iostream> #include<algorithm> using namespace std; const int N=6e6+10; #define int long long int e[N],h[N] 阅读全文
posted @ 2020-07-02 10:02 晴屿 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const int maxn=1e2+1; char a[maxn][maxn]; int r[maxn],c[maxn];//r是行,c是列 int T; void solve() { int n,m,fl 阅读全文
posted @ 2020-07-02 10:01 晴屿 阅读(120) 评论(0) 推荐(0) 编辑