0_0_30377319_18411.cpp: In function 'void sou(int, int)':
0_0_30377319_18411.cpp:17:10: error: 'q' was not declared in this scope
rep(i,1,q[x1].size()) if (q[x1][i-1]!=fa){
^
0_0_30377319_18411.cpp:10:36: note: in definition of macro 'rep'
#define rep(i,l,r) for (int i=l;i<=r;i++)
^
0_0_30377319_18411.cpp: In function 'void soux(int, int)':
0_0_30377319_18411.cpp:26:10: error: 'q' was not declared in this scope
rep(i,1,q[x1].size()) if (q[x1][i-1]!=fa){
^
0_0_30377319_18411.cpp:10:36: note: in definition of macro 'rep'
#define rep(i,l,r) for (int i=l;i<=r;i++)
^
0_0_30377319_18411.cpp: In function 'int main()':
0_0_30377319_18411.cpp:40:14: error: 'q' was not declared in this scope
rep(i,1,N) q[i].clear();
^
0_0_30377319_18411.cpp:43:4: error: 'q' was not declared in this scope
q[a].push_back(b);
^
|