文章分类 - 补题 / CF 补题
摘要:比赛链接 A R800 思维 思路 就是取出现次数最大的就是答案 代码 #include <bits/stdc++.h> using namespace std; #define umap unordered_map #define cy cout << "YES" << endl #define
阅读全文
摘要:比赛链接‘ A 模拟 思路 直接哈希去重就行了 代码 #include <bits/stdc++.h> using namespace std; #define umap unordered_map #define cy cout << "YES" << endl #define cn cout <
阅读全文
摘要:比赛链接 A 模拟 思路 直接采用哈希去重即可 代码 #include <bits/stdc++.h> using namespace std; #define umap unordered_map #define cy cout << "YES" << endl #define cn cout <
阅读全文
摘要:比赛链接 E题用umap被hack了,F有个简单知识点没学,离青又远了 A 模拟 思路 3个数找只出现一次的,直接上异或 代码 #include <bits/stdc++.h> using namespace std; #define umap unordered_map #define cy co
阅读全文
摘要:比赛链接 A 模拟 思路 直接模拟就行 代码 #include <bits/stdc++.h> using namespace std; #define umap unordered_map #define cy cout << "YES" << endl #define cn cout << "N
阅读全文

浙公网安备 33010602011771号