#include <stdio.h> main() { int x=2,y= -1,z=5; if(x<y) if(y<0) z=0; else z=z+1; printf("%d\n", z); }
运行结果为:
6
5
1
5\n
6\n
0
用户登录可进行刷题及查看答案
登录后提交答案