W
H
X
摘要: https://atcoder.jp/contests/abc173/tasks/abc173_f #include <bits/stdc++.h> using namespace std; #define int long long void read (int &x) { char ch = g 阅读全文
posted @ 2020-07-24 15:24 -敲键盘的猫- 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://codeforc.es/contest/1366/problem/F 这玩意↑可以点开放大看 #include <bits/stdc++.h> using namespace std; #define int long long void read (int &x) { char c 阅读全文
posted @ 2020-07-24 01:00 -敲键盘的猫- 阅读(299) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const int N = 55; #define ll long long char c[N], o[N], a[N], b[N]; int n, m, val; ll d[N][N], f[N][N]; 阅读全文
posted @ 2020-07-24 00:43 -敲键盘的猫- 阅读(138) 评论(0) 推荐(0) 编辑