摘要:
https://leetcode.com/problems/design-twitter/ class Twitter { unordered_map > follower_mp; unordered_map > followee_mp; unordered_map > > twitter_self_mp; int timestamp; public: ... 阅读全文
posted @ 2016-06-15 16:09
blcblc
阅读(198)
评论(0)
推荐(0)