include include <stdio.h> include using namespace std;typedef long long ll; const int mod=1e9+7;const int maxn=1e5+9;vector<ll>g[maxn];ll f[maxn],son[maxn];</ll> void dfs(int x, int fa);ll qpow(ll x,ll y,ll mod);ll inv(ll a,ll p); int main(){ int t,n,m,x,y; ll a,b; cin>>t; ...