#include<stdio.h>int c, a=4;int func(int a, int b){c=a*b;a=b-1b++;return(a+b+1); 是什么意思? 特别是b++ int func()的意思。谢了