0_0_20990554_31977.cpp:1:2: error: invalid preprocessing directive #includecstdio
#includecstdio
^
0_0_20990554_31977.cpp:2:2: error: invalid preprocessing directive #includecstring
#includecstring
^
0_0_20990554_31977.cpp:3:2: error: invalid preprocessing directive #includequeue
#includequeue
^
0_0_20990554_31977.cpp:7:1: error: 'stdqueueintq' does not name a type
stdqueueintq;
^
0_0_20990554_31977.cpp: In function 'int bfs()':
0_0_20990554_31977.cpp:12:10: error: 'q' was not declared in this scope
while (!q.empty()) q.pop();
^
0_0_20990554_31977.cpp:13:26: error: 'memset' was not declared in this scope
memset(dep,0,sizeof(dep));
^
0_0_20990554_31977.cpp:14:2: error: 'q' was not declared in this scope
q.push(1);dep[1]=1;
^
0_0_20990554_31977.cpp:19:13: error: 'v' was not declared in this scope
if (!dep[v=edge[i].to]&&edge[i].val)
^
|