0_0_35738826_31592.cpp: In function 'void dfs(int, int, long long int)':
0_0_35738826_31592.cpp:3:12: error: 'regsiter' was not declared in this scope
#define re regsiter int
^
0_0_35738826_31592.cpp:30:6: note: in expansion of macro 're'
for(re i=head[u];i!=-1;i=nxt[i]){
^
0_0_35738826_31592.cpp:30:19: error: 'i' was not declared in this scope
for(re i=head[u];i!=-1;i=nxt[i]){
^
0_0_35738826_31592.cpp: In function 'int main()':
0_0_35738826_31592.cpp:3:12: error: 'regsiter' was not declared in this scope
#define re regsiter int
^
0_0_35738826_31592.cpp:94:7: note: in expansion of macro 're'
for(re i=1;i<n;i++){
^
0_0_35738826_31592.cpp:94:14: error: 'i' was not declared in this scope
for(re i=1;i<n;i++){
^
0_0_35738826_31592.cpp:3:12: error: 'regsiter' was not declared in this scope
#define re regsiter int
^
0_0_35738826_31592.cpp:101:7: note: in expansion of macro 're'
for(re i=1;i<=n;i++){
^
0_0_35738826_31592.cpp:101:14: error: 'i' was not declared in this scope
for(re i=1;i<=n;i++){
^
0_0_35738826_31592.cpp:3:12: error: 'regsiter' was not declared in this scope
#define re regsiter int
^
0_0_35738826_31592.cpp:110:7: note: in expansion of macro 're'
for(re i=1;i<=m;i++){
^
0_0_35738826_31592.cpp:110:14: error: 'i' was not declared in this scope
for(re i=1;i<=m;i++){
^
|