1111

关键词  •  9天前


include <bits/stdc++.h>

using namespace std;

int main() {

int a,b,c,d;
cin>>a;
for(int i=1;i<=a;i++){
	cin>>>>b>>c>>d;
	if((b+c+d)>255){
		cout<<b<<c<<d;
	}
}
return 0;

}


评论:

请先登录,才能进行评论