7 lines
76 B
C++
7 lines
76 B
C++
[top];
|
|
while(now!=u)
|
|
{
|
|
nid[now]=id;
|
|
now=s[--top];
|
|
b[now]=0;
|
|
} |