亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

這兩種是不是都是對的?都能得到同樣的結果,有沒有什么區別?

#include <stdio.h>
int main()
{
??? int x = 10, y = -3;
??? printf("x+y=%d\n", x + y);?
??? printf("x-y=%d\n", x - y);
??? printf("x*y=%d\n", x * y);
??? printf("x/y=%d\n", x / y);
??? printf("x%y=%d\n", x % y);?
??? return 0;???
}

======================

#include <stdio.h>
int main()
{
??? int x,y;
??? x = 10;
??? y = -3;
??? printf("x+y=%d\n",7???? );?
??? printf("x-y=%d\n", 13??? );
??? printf("x*y=%d\n", -30??? );
??? printf("x/y=%d\n", -3??? );
??? printf("x%y=%d\n", 1??? );?
??? return 0;???
}

======================

正在回答

1 回答

習題是讓人體會一下算術運算符的用法。自己把答案算出來,那你讓程序干嘛。

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

InnoFang 提問者

非常感謝!
2015-08-19 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

這兩種是不是都是對的?都能得到同樣的結果,有沒有什么區別?

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號