0_0_38767731_12273.cpp: In function 'void initSteinerTree()':
0_0_38767731_12273.cpp:21:9: error: 'cnt' was not declared in this scope; did you mean 'int'?
21 | cnt=0;
| ^~~
| int
0_0_38767731_12273.cpp:22:16: error: 'head' was not declared in this scope
22 | memset(head,0,sizeof head);
| ^~~~
0_0_38767731_12273.cpp: In function 'void SPFA(int)':
0_0_38767731_12273.cpp:51:12: error: 'que' was not declared in this scope
51 | while(!que.empty())
| ^~~
0_0_38767731_12273.cpp:62:57: error: 'W' was not declared in this scope
62 | dptree[v][k|state]=dptree[u][state]+W[i];
| ^
0_0_38767731_12273.cpp:62:59: error: 'i' was not declared in this scope
62 | dptree[v][k|state]=dptree[u][state]+W[i];
| ^
|