#include<stdio.h>
int main()
{
int a=1,b=0;
if(--a)
b++;
else if(a==0)
b+=2;
else
b+=3;
printf("%d\n",b);
}
- 1 回答
- 0 關(guān)注
- 1964 瀏覽
添加回答
舉報
0/150
提交
取消