977题相关格式

修改了977题Go语言代码附近的格式,以及C#代码附近的格式,使其能够正常显示。(原本Go与python代码合到一起了)
This commit is contained in:
SecondaryRainbow
2024-08-11 20:40:35 +08:00
parent 37af407632
commit a868ae4d2e

View File

@ -207,6 +207,7 @@ class Solution:
new_list.append(nums[left] ** 2)
left += 1
return new_list[::-1]
```
### Go
@ -539,7 +540,7 @@ public class Solution {
return result;
}
}
```
C# LINQ
```csharp
public class Solution {
@ -553,3 +554,4 @@ public class Solution {
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>