+ 6
I am confused about the define ...I am overbroad!!
The question is that why the answer is 10,not 15,I think 3*5=15,I am stuck ..in that question.. https://code.sololearn.com/ctY12No470ci/?ref=app
8 Answers
+ 9
#define poj(i,j) i*j
i = 3+2
j = 4-1
i*j => 3+2*4-1 = 10
#define poj(i,j) (i)*(j)
(i)*(j) => (3+2)*(4-1) = 15
+ 3
Thanks a lot!!!!
+ 3
define的函数式直接运算,不会算好值再带入进去。(。・ω・。)ノ♡
Please in English
+ 1
Please in English
Мой английский очень плохой.
+ 1
English bad but Russian good?
0
It is easy
0
define的函数式直接运算,不会算好值再带入进去。(。・ω・。)ノ♡
- 1
daLao ,can man make a friend?