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 81581c7

Browse files
Merge pull request youngyangyang04#2685 from SecondaryRainbow/master
更新0977.有序数组的平方文件的排版相关格式
2 parents 246e5a7 + a868ae4 commit 81581c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎problems/0977.有序数组的平方.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ class Solution:
207207
new_list.append(nums[left] ** 2)
208208
left += 1
209209
return new_list[::-1]
210+
```
210211

211212
### Go:
212213

@@ -539,7 +540,7 @@ public class Solution {
539540
return result;
540541
}
541542
}
542-
543+
```
543544
C# LINQ:
544545
```csharp
545546
public class Solution {
@@ -553,3 +554,4 @@ public class Solution {
553554
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
554555
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
555556
</a>
557+

0 commit comments

Comments
(0)

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