0_0_11772465_32136.cpp:10: error: `ll' does not name a type
0_0_11772465_32136.cpp:12: error: `ll' does not name a type
0_0_11772465_32136.cpp: In function `void init()':
0_0_11772465_32136.cpp:13: error: `head' undeclared (first use this function)
0_0_11772465_32136.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11772465_32136.cpp:13: error: `edgenum' undeclared (first use this function)
0_0_11772465_32136.cpp: At global scope:
0_0_11772465_32136.cpp:14: error: variable or field `add' declared void
0_0_11772465_32136.cpp:14: error: `ll' was not declared in this scope
0_0_11772465_32136.cpp:14: error: `ll' was not declared in this scope
0_0_11772465_32136.cpp:14: error: `ll' was not declared in this scope
0_0_11772465_32136.cpp:14: error: initializer expression list treated as compound expression
0_0_11772465_32136.cpp:14: error: expected `,' or `;' before '{' token
0_0_11772465_32136.cpp: In function `void dfs1(ll, ll)':
0_0_11772465_32136.cpp:43: error: `head' undeclared (first use this function)
0_0_11772465_32136.cpp:43: error: 'struct Edge' has no member named 'nex'
0_0_11772465_32136.cpp:44: error: 'struct Edge' has no member named 'to'
0_0_11772465_32136.cpp:46: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:46: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:47: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:51: error: 'struct Edge' has no member named 'nex'
0_0_11772465_32136.cpp:52: error: 'struct Edge' has no member named 'to'
0_0_11772465_32136.cpp:53: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:54: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:55: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp: In function `void dfs2(ll, ll, ll, ll)':
0_0_11772465_32136.cpp:67: error: `head' undeclared (first use this function)
0_0_11772465_32136.cpp:67: error: 'struct Edge' has no member named 'nex'
0_0_11772465_32136.cpp:68: error: 'struct Edge' has no member named 'to'
0_0_11772465_32136.cpp:72: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:73: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:73: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:77: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp:77: error: 'struct Edge' has no member named 'col'
0_0_11772465_32136.cpp: In function `void input()':
0_0_11772465_32136.cpp:99: error: `add' cannot be used as a function
0_0_11772465_32136.cpp:99: error: `add' cannot be used as a function
|