0_0_39484310_31101.cpp: In function 'void dfs(int, ull)':
0_0_39484310_31101.cpp:20:17: error: request for member 'sum' in 'ans', which is of non-class type 'ull' {aka 'long long unsigned int'}
20 | ans=max(ans.sum);
| ^~~
0_0_39484310_31101.cpp:22:12: error: 'st' was not declared in this scope; did you mean 'std'?
22 | if(st[i]){
| ^~
| std
0_0_39484310_31101.cpp:25:9: error: 'st' was not declared in this scope; did you mean 'std'?
25 | st[i]=1;
| ^~
| std
0_0_39484310_31101.cpp: In function 'void solve()':
0_0_39484310_31101.cpp:50:5: error: 'st' was not declared in this scope; did you mean 'std'?
50 | st[1]=1;
| ^~
| std
0_0_39484310_31101.cpp:51:5: error: 'dfa' was not declared in this scope; did you mean 'dfs'?
51 | dfa(1,fz[1]);
| ^~~
| dfs
0_0_39484310_31101.cpp:53:33: error: expected primary-expression before '<' token
53 | cout<<ans/gcd<<"/"<<mu/gcd<<<endl;
| ^
|