摘要: #include <cstdio> #include <algorithm> using namespace std; int n, m, ans; int a[105][105], sum[105][105]; int main() { int size; scanf("%d%d", &n, &m 阅读全文
posted @ 2022-08-01 11:20 亚托莉的亚托莉 阅读(43) 评论(0) 推荐(0)
摘要: ![](https://img2022.cnblogs.com/blog/2593166/202208/2593166-20220801084229122-262214731.png) 阅读全文
posted @ 2022-08-01 08:43 亚托莉的亚托莉 阅读(58) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #define N 100005 #define ll long long using namespace std; inline int re 阅读全文
posted @ 2022-07-29 11:55 亚托莉的亚托莉 阅读(60) 评论(0) 推荐(0)
摘要: #include <iostream> #include <queue> #include <cstring> #include <vector> #include <algorithm> using namespace std; vector<int> adj[100001]; int check 阅读全文
posted @ 2022-07-29 11:11 亚托莉的亚托莉 阅读(31) 评论(0) 推荐(0)
摘要: 题目描述 凡凡开了一间宠物收养场。收养场提供两种服务:收养被主人遗弃的宠物和让新的主人领养这些宠物。 每个领养者都希望领养到自己满意的宠物,凡凡根据领养者的要求通过他自己发明的一个特殊的公式,得出该领养者希望领养的宠物的特点值a(a是一个正整数,a<2^31),而他也给每个处在收养场的宠物一个特点值 阅读全文
posted @ 2022-05-06 17:08 亚托莉的亚托莉 阅读(66) 评论(0) 推荐(0)