26.有以下程序 #include <stdio.h> main() { int x=1, y=2, z=3; if(x>y) if(y<z) printf("%d", ++z);

2024-11-28 21:22:54
推荐回答(1个)
回答1:

选D),输出是1。