Movatterモバイル変換


[0]ホーム

URL:


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

Commitc26f2c0

Browse files
authored
Update 202-happy-number.md
1 parent9b6caf8 commitc26f2c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎en/1-1000/202-happy-number.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class Solution:
141141

142142
##JavaScript
143143

144-
```javascript
145144
```javascript
146145
varisHappy=function (n,appearedNums) {
147146
appearedNums||=newSet()
@@ -164,9 +163,8 @@ var isHappy = function (n, appearedNums) {
164163
returnisHappy(sum, appearedNums)
165164
};
166165
```
167-
```
168166

169-
##CSharp
167+
##C#
170168

171169
```csharp
172170
publicclassSolution

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp