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 0db45e4

Browse files
ugly number
1 parent 1eccd89 commit 0db45e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### 263 Ugly Number
44
* [Github:#263 Ugly Number](/Math/Math.Lib/UglyNumberSln.cs)
55
* [CSDN:#263 Ugly Number](http://blog.csdn.net/daigualu/article/details/72765438)
6-
*```C#
6+
```C#
77
public bool IsUgly(int num)
88
{
99
if (num <= 0) return false;

0 commit comments

Comments
(0)

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