We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcde325 commit ee4925cCopy full SHA for ee4925c
scripts/algorithms/T/Tree of Coprimes/Tree of Coprimes.cpp
@@ -1,3 +1,5 @@
1
+// Runtime: 1567 ms (Top 22.85%) | Memory: 170.8 MB (Top 88.79%)
2
+
3
class Solution {
4
public:
5
vector<int> adj[100009];
@@ -48,4 +50,3 @@ class Solution {
48
50
return ans;
49
51
}
52
};
-
0 commit comments