A. Valera and Antique Items1000 / 水题

Posted 幽殇默

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了A. Valera and Antique Items1000 / 水题相关的知识,希望对你有一定的参考价值。


https://codeforces.com/problemset/problem/441/A

#include<bits/stdc++.h>
using namespace std;
int n,m;
vector<int>ans;
int main(void)
{
	cin>>n>>m;
	for(int i=0;i<n;i++)
	{
		int k; cin>>k;
		bool flag=0;
		for(int j=0;j<k;j++)
		{
			int x; cin>>x;
			if(x<m) flag=1;
		}
		if(flag) ans.push_back(i+1);
	}
	cout<<ans.size()<<endl;
	for(int i=0;i<ans.size();i++) cout<<ans[i]<<" ";
}

以上是关于A. Valera and Antique Items1000 / 水题的主要内容,如果未能解决你的问题,请参考以下文章

A. Valera and X1000 / 模拟

C - Valera and Fruits

Codeforces441C_Valera and Tubes(暴力)

Codeforces 441C Valera and Tubes

CF 441E Valera and Number

Codeforces 396 E. Valera and Queries