We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d050434 commit 3fb4288Copy full SHA for 3fb4288
scripts/algorithms/C/Count Primes/Count Primes.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 258 ms (Top 70.76%) | Memory: 10.2 MB (Top 70.25%)
2
class Solution {
3
public:
4
int countPrimes(int n) {
@@ -16,4 +17,4 @@ class Solution {
16
17
}
18
return cnt;
19
-};
20
+};
0 commit comments