为了账号安全,请及时绑定邮箱和手机立即绑定

为什么不能重新添加一个标识符result来运算呢?

http://img1.sycdn.imooc.com//5e4e75de0001e24907080308.jpg

http://img1.sycdn.imooc.com//5e4e75df0001c9c007590312.jpg

这里为什么不能重新添加一个标识符result来运算呢?

正在回答

4 回答

赋值 int result1= x+y。(int不能去掉

0 回复 有任何疑惑可以回复我~

http://img1.sycdn.imooc.com//5ec6395c000125ca04800154.jpg可以,他那个有按要求检测,必须要符合要求才行

0 回复 有任何疑惑可以回复我~

int x,y,resylt1,resylt2,resylt3,resylt4,resylt5;

    x = 10;

    y = -3;

    resylt1 = x+y;

    resylt2 = x-y;

    resylt3 = x*y;

    resylt4 = x/y;

    resylt5 = x%y;

    printf("x+y=%d\n",resylt1);  

    printf("x-y=%d\n",resylt2);

    printf("x*y=%d\n",resylt3);

    printf("x/y=%d\n",resylt4);

    printf("x%%y=%d\n",resylt5);  

    return 0


1 回复 有任何疑惑可以回复我~
#1

工藤静香

你这样也不行 我试了
2020-04-06 回复 有任何疑惑可以回复我~
#2

CastleInTheSky_ 回复 工藤静香

因为它有检测printf("x%%y=%d\n",这里必须是x%y);
2020-04-06 回复 有任何疑惑可以回复我~

你要赋值啊,如:result1=x+y;

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么不能重新添加一个标识符result来运算呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信