mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 01:41:41 +08:00
批量更新数据
This commit is contained in:
@@ -40,4 +40,5 @@ twitter.getNewsFeed(1); // 用户 1 获取推文应当返回一个列表,其
|
||||
<li><code>0 <= tweetId <= 10<sup>4</sup></code></li>
|
||||
<li>所有推特的 ID 都互不相同</li>
|
||||
<li><code>postTweet</code>、<code>getNewsFeed</code>、<code>follow</code> 和 <code>unfollow</code> 方法最多调用 <code>3 * 10<sup>4</sup></code> 次</li>
|
||||
<li>用户不能关注自己</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user