2022年1月7日

2022/1/7

摘要: 2.装进肚子 https://ac.nowcoder.com/acm/contest/19850/B #include<iostream> #include<algorithm> #include<vector> using namespace std; typedef struct node{ i 阅读全文

posted @ 2022-01-07 23:00 Jiudian1023928 阅读(39) 评论(0) 推荐(0)

2021年11月20日

再谈栈和队列

摘要: 例题 6-1 并行程序模拟(Concurrency Simulator, ACM/ICPC World Finals 1991, UVa210) 附:双端队列deque基本操作 deque < > _; _.push_front(); 插入头部 _.push_back(); 插入尾部 _ = _.f 阅读全文

posted @ 2021-11-20 11:06 Jiudian1023928 阅读(29) 评论(0) 推荐(0)

导航