#include using namespace std; bool chk[200005]; int n,m,k,x; int t[200005]; int main(void) { cin.tie(0); ios::sync_with_stdio(false); cin >> n >> m; for(int i=1;i> t[i]; cin >> k; for(int i=0;i> x; chk[x] = true; } int res = 0; int cnt = 0; for(int i=1;i