0_0_13810790_6388.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810790_6388.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810790_6388.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810790_6388.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13810790_6388.cpp:9:9: error: 'istream' does not name a type
friend istream& operator (istream &_,abcd &a)
^
0_0_13810790_6388.cpp:15:2: error: expected type-specifier before '{' token
{
^
0_0_13810790_6388.cpp: In function 'void Union_Find_Set::Union(int, int)':
0_0_13810790_6388.cpp:36:13: error: expected ')' before 'size'
if(size[x]size[y])
^
0_0_13810790_6388.cpp:37:12: error: 'swap' was not declared in this scope
swap(x,y);
^
0_0_13810790_6388.cpp: In function 'int main()':
0_0_13810790_6388.cpp:48:2: error: 'cinnmk' was not declared in this scope
cinnmk;
^
0_0_13810790_6388.cpp:50:3: error: expected ';' before 'scanf'
scanf("%d",&w[i]);
^
0_0_13810790_6388.cpp:50:19: error: 'scanf' was not declared in this scope
scanf("%d",&w[i]);
^
0_0_13810790_6388.cpp:50:20: error: expected ')' before ';' token
scanf("%d",&w[i]);
^
0_0_13810790_6388.cpp:52:3: error: expected ';' before 'cinedges'
cinedges[i];
^
0_0_13810790_6388.cpp:52:3: error: 'cinedges' was not declared in this scope
0_0_13810790_6388.cpp:52:14: error: expected ')' before ';' token
cinedges[i];
^
0_0_13810790_6388.cpp:53:24: error: 'sort' was not declared in this scope
sort(edges+1,edges+m+1);
^
0_0_13810790_6388.cpp:55:3: error: expected ';' before 'if'
if(i==1||edges[i].f!=edges[i-1].f)
^
0_0_13810790_6388.cpp:55:3: error: expected primary-expression before 'if'
0_0_13810790_6388.cpp:55:3: error: expected ')' before 'if'
0_0_13810790_6388.cpp:58:25: error: 'memset' was not declared in this scope
memset(fa,0,sizeof fa);
^
0_0_13810790_6388.cpp:60:4: error: expected ';' before '{' token
{
^
0_0_13810790_6388.cpp:60:4: error: expected primary-expression before '{' token
0_0_13810790_6388.cpp:60:4: error: expected ')' before '{' token
0_0_13810790_6388.cpp:65:40: error: 'min' was not declared in this scope
ans=min(ans,edges[j].f-edges[i].f);
^
0_0_13810790_6388.cpp:71:3: error: 'cout' was not declared in this scope
cout
^
|