We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1127eff commit 55f95f5Copy full SHA for 55f95f5
โ10/5.cpp
@@ -5,7 +5,7 @@ using namespace std;
5
// ๋ ธ๋์ ๊ฐ์(V)์ ๊ฐ์ (Union ์ฐ์ฐ)์ ๊ฐ์(E)
6
// ๋ ธ๋์ ๊ฐ์๋ ์ต๋ 100,000๊ฐ๋ผ๊ณ ๊ฐ์
7
int v, e;
8
-int parent[100001]; // ๋ถ๋ชจ ํ ์ด๋ธ ์ด๊ธฐํํ๊ธฐ
+int parent[100001]; // ๋ถ๋ชจ ํ ์ด๋ธ ์ด๊ธฐํ
9
// ๋ชจ๋ ๊ฐ์ ์ ๋ด์ ๋ฆฌ์คํธ์, ์ต์ข ๋น์ฉ์ ๋ด์ ๋ณ์
10
vector<pair<int, pair<int, int> > > edges;
11
int result = 0;
@@ -57,4 +57,4 @@ int main(void) {
57
}
58
59
cout << result << '\n';
60
-}
+}
0 commit comments