0_0_24623786_26129.cpp:1:2: error: invalid preprocessing directive #innclude
#innclude<stdio.h>
^
0_0_24623786_26129.cpp:2:2: error: invalid preprocessing directive #innclude
#innclude<strinng.h>
^
0_0_24623786_26129.cpp:3:2: error: invalid preprocessing directive #innclude
#innclude<algorithm>
^
0_0_24623786_26129.cpp:4:2: error: invalid preprocessing directive #innclude
#innclude<math.h>
^
0_0_24623786_26129.cpp:5:2: error: invalid preprocessing directive #definne
#definne M 1101
^
0_0_24623786_26129.cpp:6:2: error: invalid preprocessing directive #definne
#definne innF 1000000000
^
0_0_24623786_26129.cpp:7:1: error: 'usinng' does not name a type
usinng namespace std;
^
0_0_24623786_26129.cpp:10:5: error: 'innt' does not name a type
innt u , v , w;
^
0_0_24623786_26129.cpp:11:4: error: 'M' was not declared in this scope
}e[M * M];
^
0_0_24623786_26129.cpp:11:8: error: 'M' was not declared in this scope
}e[M * M];
^
0_0_24623786_26129.cpp:14:5: error: 'innt' does not name a type
innt x,y,z;
^
0_0_24623786_26129.cpp:15:7: error: 'M' was not declared in this scope
}home[M];
^
0_0_24623786_26129.cpp:16:1: error: 'innt' does not name a type
innt pre[M],id[M],vis[M],inn[M];
^
0_0_24623786_26129.cpp:17:1: error: 'innt' does not name a type
innt n,m,X,Y,Z;
^
0_0_24623786_26129.cpp:18:1: error: 'innt' does not name a type
innt Directed_MST(innt root,innt NV,innt NE)
^
0_0_24623786_26129.cpp:72:1: error: 'innt' does not name a type
innt dis(innt a,innt b)
^
0_0_24623786_26129.cpp:76:15: error: variable or field 'add_edge' declared void
void add_edge(innt u,innt v,innt w)
^
0_0_24623786_26129.cpp:76:15: error: 'innt' was not declared in this scope
0_0_24623786_26129.cpp:76:22: error: 'innt' was not declared in this scope
void add_edge(innt u,innt v,innt w)
^
0_0_24623786_26129.cpp:76:29: error: 'innt' was not declared in this scope
void add_edge(innt u,innt v,innt w)
^
0_0_24623786_26129.cpp:81:1: error: 'innt' does not name a type
innt mainn()
^
|