谁能做出,我给他账号抄代码

王吕泓  •  2年前


1+23/5-5+4-85-23/4-2*3/5是爸爸的年龄, 小明年纪是爸爸的亿半,问小明有对象吗?


评论:

请在下方答题 账号:s210705006 密码:2****5 谢谢参与


王吕泓  •  2年前

include

using namespace std; int main() {

int n,zd=0,czd=0;
cin>>n;
for(int i=1;i<=n;i++){
	int a;
	cin>>a;
	if(a>zd){
		zd=a;
	}
	if(a>czd && ){
		czd=a;
	}
}
cout<<zd<<' '<<czd;
return 0;

}


顾辰煜  •  2年前

include

using namespace std; int main() {

int n,zd=0,czd=0;
cin>>n;
for(int i=1;i<=n;i++){
	int a;
	cin>>a;
	if(a>zd){
		zd=a;
	}
	if(a>czd && ){
		czd=a;
	}
}
cout<<zd<<' '<<czd;
return 0;

}


顾辰煜  •  2年前

include

using namespace std; int main() {

int n,zd=0,czd=0;
cin>>n;
for(int i=1;i<=n;i++){
	int a;
	cin>>a;
	if(a>zd){
		zd=a;
	}
	if(a>czd && ){
		czd=a;
	}
}
cout<<zd<<' '<<czd;
return 0;

}


顾辰煜  •  2年前

你脑子是不是有毛病???


孟梓骞  •  2年前

孟梓骞有毛病


顾辰煜  •  2年前

顾辰煜和孟梓骞是疯人院逃出来的


王吕泓  •  2年前

include<bits/stdc++.h>

using namespace std; int main( ) {

int a,b;
cin>>a;
cout<<" "<<"*";
for(b=1;b<=a;b++)
{
	cout<<"  "<<b;
} 
cout<<endl;
for(int e=1;e<=a;e++)
{
	cout<<"  "<<e;
	for(int c=1;c<=e;c++)
	{
		if(e*c<10)
		{
			cout<<"  "<<e*c;
		} 
		else{
			cout<<" "<<e*c;
		} 
	}
	cout<<endl;
}
return 0;

}


王吕泓  •  2年前

1+23/5-5+4-85-23/4-2*3/5=-110.35 他在负数人地带,答案是没有


章子为  •  2年前