2019年8月5日

pair和list学习

摘要: /**********************pair学习************************/ #include #include #include using namespace std; int main(){ pair p; typedef vector > VP; VP res; while(cin>>p.first>>p.second){... 阅读全文

posted @ 2019-08-05 17:31 Magic_chao 阅读(587) 评论(0) 推荐(0) 编辑

导航