#include<stdio.h> void main() { int i,max,n,d;

#include<stdio.h>voidmain(){inti,max,n,d;doublek;inta[1000];max=0;while(scanf("%d",&n... #include<stdio.h>
void main()
{
int i,max,n,d;
double k;
int a[1000];
max=0;
while(scanf("%d",&n)!=EOF)
{
for(i=0;i<n;i++)
{
scanf("%d",a[i]);
if(a[i]>max)
max=a[i];
}
k=max;
while(1)
{
for(i=0;i<n;i++)
{
if(k%a[i]==0)
d++;
}
if(d==n)
break;
k++;
}
printf("%lf\n",k);
}
}

出现了error c21:invalid operands for binary operation 该怎么解决?
展开
 我来答
year医海无边
2017-01-17 · TA获得超过1.5万个赞
知道小有建树答主
回答量:9169
采纳率:66%
帮助的人:1117万
展开全部
我的报错和你的不一样。
我改了几个地方:
float->double
scanf里面的%f->%lf
你的weight后面的都写成了wight
#include<stdio.h>int main(void){ double weight; double value; printf("Are you worth your wight in rhodium?\n"); printf("Let's check it out.\n"); printf("Please enter your wight in pounds: "); scanf("%lf",&weight); value = 770 * weight * 14.5833; printf("Your wight in rhodium is worth $%.2f.\n",value); printf("You are easily worth that! If rhodium prices drop.\n"); printf("Eat more to maintain your value.\n"); return 0;}
东洋222
2015-11-12 · 超过92用户采纳过TA的回答
知道小有建树答主
回答量:336
采纳率:0%
帮助的人:193万
展开全部
等下我看看先
追答
k%a[i ]什么意思
k 是double,是小数,小数能作为被除数么?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
6zhang传奇
2015-11-12 · 超过39用户采纳过TA的回答
知道答主
回答量:286
采纳率:0%
帮助的人:87.9万
展开全部
这是什么题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式