摘要:
A - Hamming Distance 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int long 阅读全文
摘要:
A - Two-star Contest 题意 思路 答奋题,贴队友的代码 代码 点击查看代码 #include<bits/stdc++.h> #define int long long #define endl '\n'; #define inf 1e18 using namespace std; 阅读全文
摘要:
A - Thermometer 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int long long 阅读全文
摘要:
A - Triple Four 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int long long 阅读全文
摘要:
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 阅读全文