mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 09:21:40 +08:00
批量更新数据
This commit is contained in:
@@ -39,4 +39,5 @@ twitter.getNewsFeed(1); // User 1's news feed should return a list with 1 t
|
||||
<li><code>0 <= tweetId <= 10<sup>4</sup></code></li>
|
||||
<li>All the tweets have <strong>unique</strong> IDs.</li>
|
||||
<li>At most <code>3 * 10<sup>4</sup></code> calls will be made to <code>postTweet</code>, <code>getNewsFeed</code>, <code>follow</code>, and <code>unfollow</code>.</li>
|
||||
<li>A user cannot follow himself.</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user