0_0_39560957_27384.cpp: In function 'void get_dis(int, int)':
0_0_39560957_27384.cpp:63:9: error: 'que' was not declared in this scope
63 | que[++tot]=x;
| ^~~
0_0_39560957_27384.cpp:63:15: error: 'tot' was not declared in this scope
63 | que[++tot]=x;
| ^~~
0_0_39560957_27384.cpp: In function 'void calc(int)':
0_0_39560957_27384.cpp:79:17: error: 'tot' was not declared in this scope; did you mean 'top'?
79 | tot=0;
| ^~~
| top
0_0_39560957_27384.cpp:83:34: error: 'que' was not declared in this scope
83 | if(dep_w[que[j]]==get_hash(len-dep[que[j]]+1,len)){
| ^~~
0_0_39560957_27384.cpp:88:42: error: 'que' was not declared in this scope
88 | stk[++top]=redep[que[j]];
| ^~~
|