用c++解这几道题
3个回答
展开全部
1.#define max(a,b) ((a) > (b) ? (a) : (b))
//前面的都没什么好说的,我来说说最后一个吧:
//判断一个整数是否为奇数,不能用 x%2 == 1,因为有可能为负数,要用x%2 != 0
追问
我要的就是答案,你没什么好说的就别回答
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这里不多说了) 7;2;3a);4 因为a-b=1/.
追问
你说啥呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
练习还是考试,有点多啊!
追问
考试
追答
闲的没事,给你写几个吧
1.
#include
using namespace std;
int max(int x,int y){
if(x >= y){
return x;
}else{
return y;
}
}
void main(){
int x = 3;
int y = 4;
int z;
z = max(x,y);
cout
using namespace std;
void main(){
int sum = 0;
for( int i = 1;i
using namespace std;
void main(){
int x,y;
cin>>x;
if(x =1 || x>a[i];
cout
using namespace std;
void main(){
int x;
cin>>x;
if( x %2==0){
cout=0 ){
cout<<"正数";
}else{
cout<<"负数";
}
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询