摘要: F-Droid 阅读全文
posted @ 2022-02-05 14:59 ethon-wang 阅读(54) 评论(0) 推荐(0) 编辑
摘要: blokada 阅读全文
posted @ 2022-02-05 14:54 ethon-wang 阅读(19) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #define min(a,b)a>b?b:a using namespace std; int n, m, a[25502], b[100]; int main() { ios::sync_with_stdio(false); cin >> n >> 阅读全文
posted @ 2022-02-05 13:32 ethon-wang 阅读(50) 评论(0) 推荐(0) 编辑
摘要: code #include<algorithm> #include<iostream> #include<complex> using namespace std; int main(){ ios::sync_with_stdio(false); int n,m; cin>>n>>m; int a[ 阅读全文
posted @ 2022-02-05 11:30 ethon-wang 阅读(34) 评论(0) 推荐(0) 编辑