You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: leetcode/1901-2000/1952.Three-Divisors/README.md
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,25 @@
1
1
# [1952.Three Divisors][title]
2
2
3
-
> [!WARNING|style:flat]
4
-
> This question is temporarily unanswered if you have good ideas. Welcome to [Create Pull Request PR](https://github.com/kylesliu/awesome-golang-algorithm)
5
-
6
3
## Description
4
+
Given an integer `n`, return `true` if n has **exactly three positive divisors**. Otherwise, return `false`.
5
+
6
+
An integer m is a divisor of n if there exists an integer k such that n = k * m.
0 commit comments