摘要:
A - Strictly Increasing? 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int l 阅读全文
摘要:
A - Was there an Array? 题意 思路 有“ ”就无解 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #de 阅读全文
摘要:
A - 22222 题意 给定字符串 ,删除所有除 的字符 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #de 阅读全文
摘要:
A - Poisonous Oyster 题意 两个人 吃 种东西, 吃 , 吃 ,给出两人状态 或 ,问哪种食物有毒 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #inclu 阅读全文
摘要:
A - Adjacent Digit Sums 题意 问是否存在一个 使得 ,其中 表示 的数位和 思路 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> using na 阅读全文
摘要:
A - Milya and Two Arrays 题意 给定 葛长度为 的数组 ,这 个数组中的每个元素至少出现了 次。将两个数组重新组成一个长度为 的数组 ,其中 。问能否通过重新排列 使得\(c\ 阅读全文