0_0_39195171_22337.cpp: In function 'long long int lca(int, int)': 0_0_39195171_22337.cpp:37:47: error: expected ';' before '}' token 37 | if(d[f[y][i]]>=d[x]) y=f[y][i] | ^ | ; 38 | } | ~