Skip to content

Commit 3fb4288

Browse files
committed
Runtime: 258 ms (Top 70.76%) | Memory: 10.2 MB (Top 70.25%)
1 parent d050434 commit 3fb4288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/C/Count Primes/Count Primes.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 258 ms (Top 70.76%) | Memory: 10.2 MB (Top 70.25%)
12
class Solution {
23
public:
34
int countPrimes(int n) {
@@ -16,4 +17,4 @@ class Solution {
1617
}
1718
return cnt;
1819
}
19-
};
20+
};

0 commit comments

Comments
 (0)