AtCoder abc272 B
// compile: g++ -o data data.cpp -O3 -std=gnu++20 -Wall -Wextra -Wshadow -D_GLIBCXX_ASSERTIONS -ggdb3 -fmax-errors=2 -DLOCAL
// run: ./data < data.in
#include <bits/stdc++.h>
using namespace std;
#pragma GCC optimize("O3,unroll-loops")
#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt")
#ifdef LOCAL
#include <debug/codeforces.h>
#define debug(x...) {_variables(#x);_print(x);}
#else
#define debug(x...)
#endif
template<typename...Args> void print_(Args...args){((cout<<args<<" "),...)<<endl;}
#define rep(i,a,b) for(int i=(a);i<(int)(b);++i)
#define sz(v) ((int)(v).size())
#define print(...) print_(__VA_ARGS__);
#define INTINF (int)(9223372036854775807)
#define int long long
#define MAXN 110 

bool vis[MAXN][MAXN];

int32_t main() {
    ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr);

    int n, m; cin >> n >> m;
    rep(i, 0, m) {
        int k; cin >> k;
        vector<int> a(k);
        rep(j, 0, k) cin >> a[j], --a[j];
        rep(x, 0, k) rep(y, 0, k) vis[a[x]][a[y]] = 1;
    }
    rep(i, 0, n) rep(j, 0, n) if (i!=j && !vis[i][j]) {
        cout << "No" << endl;
        return 0;
    }
    cout << "Yes" << endl;

    return 0;
}

Comments

  1. 1 month ago
    2026-8-13 22:25:45

    I absolutely loved exploring the games here. Everything runs so smoothly and the vibe is just super welcoming. Thanks for making my gaming days so much brighter. Check it out at jeetwinpro

  2. 1 month ago
    2026-8-13 22:26:04

    I have tried so many betting platforms across the region and this one truly stands out for its fairness. The odds are incredibly honest and I never feel rushed when placing my wagers. My friends and I bonded over this app during our weekend matches and the live updates are lightning fast. It feels like a game built with us in mind. bdjitaace

  3. 1 month ago
    2026-8-13 22:26:20

    Downloading the app was a breeze and it runs flawlessly on my Android device. I love that I can place bets on the go without any lag whatsoever. The in app promotions are generous and the checkout speed for cashouts is genuinely impressive. Finally a mobile first casino that delivers. Get it now codominovamosapk

Send Comment Edit Comment


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
Previous
Next