mirror of
				https://gitee.com/coder-xiaomo/leetcode-problemset
				synced 2025-11-04 03:33:12 +08:00 
			
		
		
		
	存量题库数据更新
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
<p>Return <em>the maximum score of a pair of sightseeing spots</em>.</p>
 | 
			
		||||
 | 
			
		||||
<p> </p>
 | 
			
		||||
<p><strong>Example 1:</strong></p>
 | 
			
		||||
<p><strong class="example">Example 1:</strong></p>
 | 
			
		||||
 | 
			
		||||
<pre>
 | 
			
		||||
<strong>Input:</strong> values = [8,1,5,2,6]
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
<strong>Explanation:</strong> i = 0, j = 2, values[i] + values[j] + i - j = 8 + 5 + 0 - 2 = 11
 | 
			
		||||
</pre>
 | 
			
		||||
 | 
			
		||||
<p><strong>Example 2:</strong></p>
 | 
			
		||||
<p><strong class="example">Example 2:</strong></p>
 | 
			
		||||
 | 
			
		||||
<pre>
 | 
			
		||||
<strong>Input:</strong> values = [1,2]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user