Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fef0c0c

Browse files
docs: fix img src in lc problem: No.223
1 parent cbac81b commit fef0c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎solution/0200-0299/0223.Rectangle Area/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>每个矩形由其左下顶点和右上顶点坐标表示,如图所示。</p>
1212

13-
<p><img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle_area.png"></p>
13+
<p><img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle-plane.png"></p>
1414

1515
<p><strong>示例:</strong></p>
1616

‎solution/0200-0299/0223.Rectangle Area/README_EN.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p>&nbsp;</p>
1414
<p><strong>Example 1:</strong></p>
15-
<img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle-plane.jpg" style="width: 600px; height: 325px;" />
15+
<img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle-plane.png" style="width: 600px; height: 325px;" />
1616
<pre>
1717
<strong>Input:</strong> A = -3, B = 0, C = 3, D = 4, E = 0, F = -1, G = 9, H = 2
1818
<strong>Output:</strong> 45

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /