求算术表达式的值
5个回答
展开全部
X+a%3*(int)(x+y)%2/4
2.5+7%3*7%2/4
2.5+1*7%2/4
2.5+1/4
2.75
2.5+7%3*7%2/4
2.5+1*7%2/4
2.5+1/4
2.75
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-07-10
展开全部
#include<iostream>
using namespace std;
void main()
{
double x=2.5;
int a=7;
double y=4.7;
cout<<(x+a%3*(int)(x+y)%2/4)<<endl;
}
//最后答案是 2.5
using namespace std;
void main()
{
double x=2.5;
int a=7;
double y=4.7;
cout<<(x+a%3*(int)(x+y)%2/4)<<endl;
}
//最后答案是 2.5
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询