K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

31 tháng 7 2021

#include <bits/stdc++.h>
#define forvct(i,v) for(int i = 0, _key = v.size(); i < _key; ++i)
#define forinc(i,a,b) for(int i = a, _key = b; i <= _key; ++i)
#define fordec(i,a,b) for(int i = a, _key = b; i >= _key; --i)
#define p_b push_back
#define ll long long
#define nn 100001

using namespace std;

int n, m, l, q, t, res, test,
    a[nn], tin[nn], tout[nn], mark[nn], terror[nn], p[nn][20];
vector<int> adj[nn], _adj[nn];
stack<int> stk;

void enter()
{
    cin >> n;
    int u, v;
    forinc(i,1,n-1)
    {
        cin >> u >> v;
        adj[u].p_b(v);
        adj[v].p_b(u);
    }
    l = log2(n);
    cin >> q;
}

void visit(const int &u)
{
    tin[u] = ++t;
    forinc(j,1,l) p[u][j] = p[p[u][j-1]][j-1];
    forvct(j,adj[u])
    {
        int v = adj[u][j];
        if (v != p[u][0])
        {
            p[v][0] = u;
            visit(v);
        }
    }
    tout[u] = ++t;
}

bool anc(const int &u, const int &v)
{
    return tin[u] <= tin[v] && tout[u] >= tout[v];
}

int lca(int u, int v)
{
    if (anc(u,v)) return u;
    if (anc(v,u)) return v;
    fordec(j,l,0)
        if (!anc(p[u][j],v)) u = p[u][j];
    return p[u][0];
}

bool cmp(const int &x, const int &y)
{
    return tin[x] < tin[y];
}

bool check(const int &u)
{
    int cnt = 0;
    forvct(j,_adj[u])
    {
        int v = _adj[u][j];
        if (terror[u] == test)
        {
            if (terror[v] == test && p[v][0] == u)
            {
                res = -1;
                return -1;
            }
            bool x = check(v);
            if (res == -1) return -1;
            res += x;
        }
        else
        {
            bool x = check(v);
            if (res == -1) return -1;
            cnt += x;
        }
    }
    if (terror[u] == test || cnt == 1) return 1;
    if (cnt > 1) res++;
    return 0;
}

void query()
{
    cin >> m;
    forinc(i,1,m)
    {
        cin >> a[i];
        _adj[a[i]].clear();
        mark[a[i]] = test;
        terror[a[i]] = test;
    }
    sort(a+1,a+m+1,cmp);
    forinc(i,1,m-1)
    {
        int tmp = lca(a[i],a[i+1]);
        if (mark[tmp] < test)
        {
            mark[tmp] = test;
            a[++m] = tmp;
            _adj[tmp].clear();
        }
    }
    sort(a+1,a+m+1,cmp);
    while (!stk.empty()) stk.pop();
    stk.push(a[1]);
    forinc(i,2,m)
    {
        while (tout[stk.top()] < tout[a[i]]) stk.pop();
        _adj[stk.top()].p_b(a[i]);
        stk.push(a[i]);
    }
    res = 0;
    check(a[1]);
    cout << res << "\n";
}

int main()
{
    ios_base::sync_with_stdio(false);
    cin.tie(0);
    enter();
    p[1][0] = 1;
    visit(1);
    for(test = 1; test <= q; ++test) query();
}

 

6 tháng 2 2022

a)\(-1,6:\left(1+\dfrac{2}{3}\right)=-1,6:\dfrac{5}{3}=-\dfrac{8}{5}.\dfrac{3}{5}=\dfrac{-24}{25}\)

b)\(\left(\dfrac{-2}{3}\right)+\dfrac{3}{4}-\left(-\dfrac{1}{6}\right)+\left(\dfrac{-2}{5}\right)=-\dfrac{2}{3}+\dfrac{3}{4}+\dfrac{1}{6}-\dfrac{2}{5}=\dfrac{-40+45+10-24}{60}=\dfrac{-9}{60}=\dfrac{-3}{20}\)

c)\(\left(\dfrac{-3}{7}:\dfrac{2}{11}+\dfrac{-4}{7}:\dfrac{2}{11}\right).\dfrac{7}{33}=\left(\dfrac{-3}{7}.\dfrac{11}{2}+\dfrac{-4}{7}.\dfrac{11}{2}\right).\dfrac{7}{33}=\left[\dfrac{11}{2}\left(\dfrac{-3}{7}+\dfrac{-4}{7}\right)\right].\dfrac{7}{33}=\dfrac{-11}{2}.\dfrac{7}{33}=\dfrac{-7}{6}\)

d)\(\dfrac{-5}{8}+\dfrac{4}{9}:\left(\dfrac{-2}{3}\right)-\dfrac{7}{20}.\left(\dfrac{-5}{14}\right)=\dfrac{-5}{8}-\dfrac{4}{9}.\dfrac{3}{2}+\dfrac{1}{8}=\dfrac{-5}{8}+\dfrac{1}{8}-\dfrac{2}{3}=-\dfrac{7}{6}\)

21 tháng 10 2016

lêu lêu đồ hay đi hỏi

đồ nỏ mần được lêu lêu

24 tháng 11 2016

1234 3246 1535 3456 là đáp án

9 tháng 2 2022

-> Đồi thoa son nằm dưới ánh bình minh

9 tháng 2 2022

 Đồi thoa son nằm dưới ánh bình minh

17 tháng 4 2022

Đăng lại vì ko ai giải 🥺

28 tháng 4 2022

thôi bọn mềnh cũng chệu boạn nhóe

20 tháng 11 2023

1 correct

2 success => only success

3 was released => released

4 correct

5 focused on => on

6 as a => a

7 correct

8 each others => others

9 satisfy with => satisfy

10 correct

11 correct

27 tháng 11 2021

1 were - would you play

2 weren't studying - would have 

3 had taken - wouldn't have got

4 would you go - could

5 will you give - is

6 recycle - won't be

7 had heard - wouldn't have gone

8 would you buy - had

9 don't hurry - will miss

10 had phoned - would have given

11 were - wouldn't eat

12 will go - rains

13 had known - would have sent

14 won't feel - swims

15 hadn't freezed - would have gone