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