#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 回答
- 1 回答
- 0 关注
- 915 浏览
添加回答
举报
0/150
提交
取消