We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eccd89 commit 0db45e4Copy full SHA for 0db45e4
README.md
@@ -3,7 +3,7 @@
3
### 263 Ugly Number
4
* [Github:#263 Ugly Number](/Math/Math.Lib/UglyNumberSln.cs)
5
* [CSDN:#263 Ugly Number](http://blog.csdn.net/daigualu/article/details/72765438)
6
- * ```C#
+ ```C#
7
public bool IsUgly(int num)
8
{
9
if (num <= 0) return false;
0 commit comments