• 2022-06-17
    设int a=1,b=2,c,d,e;执行c=(-a++)+(++b);d=(b--)+(++a)-a;e=(a/(++b))-(b/(--a));后,变量a、b、c、d、e的结果分别是( )、( )、( )、( )、( )。