Skip to content

Commit ee4925c

Browse files
committed
Runtime: 1567 ms (Top 22.85%) | Memory: 170.8 MB (Top 88.79%)
1 parent dcde325 commit ee4925c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/T/Tree of Coprimes/Tree of Coprimes.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 1567 ms (Top 22.85%) | Memory: 170.8 MB (Top 88.79%)
2+
13
class Solution {
24
public:
35
vector<int> adj[100009];
@@ -48,4 +50,3 @@ class Solution {
4850
return ans;
4951
}
5052
};
51-

0 commit comments

Comments
 (0)