#define SQUAKE(a)((a)*(a)) int a = 5; int b; b = SQUAKE(a++); 此时:b = ____
答案:
30 #define SQUAKE(a)((5)*(6))
转载自《猿圈》
</br> </br>