摘要: map #include <bits/stdc++.h> using namespace std; #define int long long map<char,string> mp; signed main() { ios::sync_with_stdio(0); mp['0'] = "0000" 阅读全文
posted @ 2020-02-01 19:13 Hazelxcf 阅读(215) 评论(0) 推荐(0)
摘要: 模板图论进阶 ACM题集以及各种总结大全 https://blog.csdn.net/liuqiyao_01/article/details/9079611?depth_1-utm_source=distribute.pc_relevant_right.none-task&utm_source=di 阅读全文
posted @ 2020-02-01 15:05 Hazelxcf 阅读(110) 评论(0) 推荐(0)