Problem servers
User Pan
Submission Time 2024-10-04 15:10:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

servers.cpp: In function ‘int main()’:
servers.cpp:202:14: error: ‘now’ was not declared in this scope; did you mean ‘pow’?
202 | if (goup[now][j]!=goup[y][j] || goup[now][j]==-1) continue;
| ^~~
| pow
servers.cpp:203:13: error: ‘now’ was not declared in this scope; did you mean ‘pow’?
203 | if (lvl[now] == j) // now is parent of y
| ^~~
| pow