0_0_17646313_1410.cpp:12:8: error: 'LL' does not name a type
inline LL read()
^
0_0_17646313_1410.cpp: In function 'int main()':
0_0_17646313_1410.cpp:53:13: error: 'read' was not declared in this scope
int T=read();
^
0_0_17646313_1410.cpp:59:9: error: 'struct Ed' has no member named 'u'
E[i].u=read(),E[i].v=read(),E[i].w=read();
^
0_0_17646313_1410.cpp:64:18: error: 'struct Ed' has no member named 'u'
int u=fd(E[i].u),v=fd(E[i].v);
^
0_0_17646313_1410.cpp:65:10: error: 'v' was not declared in this scope
if(u!=v)
^
0_0_17646313_1410.cpp:67:13: error: 'struct Ed' has no member named 'u'
AE(E[i].u,E[i].v,E[i].w);
^
0_0_17646313_1410.cpp:20:47: note: in definition of macro 'AE'
#define AE(u,v,w) E[Si]=(Ed){v,w},nxt[Si]=idx[u],idx[u]=Si++
^
0_0_17646313_1410.cpp:67:13: error: 'struct Ed' has no member named 'u'
AE(E[i].u,E[i].v,E[i].w);
^
0_0_17646313_1410.cpp:20:54: note: in definition of macro 'AE'
#define AE(u,v,w) E[Si]=(Ed){v,w},nxt[Si]=idx[u],idx[u]=Si++
^
|