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 a868ae4

Browse files
977题相关格式
修改了977题Go语言代码附近的格式,以及C#代码附近的格式,使其能够正常显示。(原本Go与python代码合到一起了)
1 parent 37af407 commit a868ae4

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 によって変換されたページ (->オリジナル) /