摘要:
题目链接:https://ac.nowcoder.com/acm/problem/218048 方法一:数组 1 #include<bits/stdc++.h> 2 using namespace std; 3 int a, b; 4 long long aa, bb; 5 int ejza[20] 阅读全文
摘要:
http://ybt.ssoier.cn:8088/problem_show.php?pid=1282 方法一:暴力(40分) 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n, a[105][105], ans=-(1<<30), s 阅读全文
摘要:
题目链接https://www.luogu.com.cn/problem/P3366 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxm=200005; 4 int n, m; 5 struct edg{ 6 int x 阅读全文
摘要:
题目链接:https://www.luogu.com.cn/problem/P1226(洛谷) http://ybt.ssoier.cn:8088/problem_show.php?pid=1326(一本通) 方法一:枚举 1 #include<bits/stdc++.h> 2 using name 阅读全文