0_0_28521413_14379.cpp: In function 'void add(int, int)':
0_0_28521413_14379.cpp:11:7: error: 'c' was not declared in this scope
g[c]={head[a],b},head[a]=c++;
^
0_0_28521413_14379.cpp: In function 'void dfs(int)':
0_0_28521413_14379.cpp:19:21: error: 'struct sc' has no member named 'to'
if(cnt[g[i].to])cnt[g[i].to]--;
^
0_0_28521413_14379.cpp:19:34: error: 'struct sc' has no member named 'to'
if(cnt[g[i].to])cnt[g[i].to]--;
^
0_0_28521413_14379.cpp:20:20: error: 'struct sc' has no member named 'to'
if(!v[g[i].to]&&cnt[g[i].to==1])dfs(g[i].to);
^
0_0_28521413_14379.cpp:20:34: error: 'struct sc' has no member named 'to'
if(!v[g[i].to]&&cnt[g[i].to==1])dfs(g[i].to);
^
0_0_28521413_14379.cpp:20:50: error: 'struct sc' has no member named 'to'
if(!v[g[i].to]&&cnt[g[i].to==1])dfs(g[i].to);
^
0_0_28521413_14379.cpp: In function 'int main()':
0_0_28521413_14379.cpp:38:9: error: 'c' was not declared in this scope
c=0;
^
|