摘要: map使用练习 #include<iostream> #include<map> using namespace std; map<int, int>rec1; map<int, int>rec2; int main(void) { int n, a, b; scanf("%d %d %d", &n 阅读全文
posted @ 2021-08-31 18:22 peekabooo 阅读(40) 评论(0) 推荐(0) 编辑