mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
移除零宽空格
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<p>You can pick <strong>any</strong> two different foods to make a good meal.</p>
|
||||
|
||||
<p>Given an array of integers <code>deliciousness</code> where <code>deliciousness[i]</code> is the deliciousness of the <code>i<sup>th</sup></code> item of food, return <em>the number of different <strong>good meals</strong> you can make from this list modulo</em> <code>10<sup>9</sup> + 7</code>.</p>
|
||||
<p>Given an array of integers <code>deliciousness</code> where <code>deliciousness[i]</code> is the deliciousness of the <code>i<sup>th</sup></code> item of food, return <em>the number of different <strong>good meals</strong> you can make from this list modulo</em> <code>10<sup>9</sup> + 7</code>.</p>
|
||||
|
||||
<p>Note that items with different indices are considered different even if they have the same deliciousness value.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user