摘要: 1 class RecentCounter 2 { 3 private: 4 queue q; 5 public: 6 RecentCounter() 7 { 8 } 9 10 int ping(int t) 11 { 12 if(q.emp... 阅读全文
posted @ 2018-11-04 12:36 Asurudo 阅读(365) 评论(0) 推荐(0)