如果要使程序出现运行结果,则x必须满足的条件是( )。
#include <stdio.h> void main( ) { int x; scanf("%d", &x); if (x < 1); else if (x!= 5) printf("%d\n", x); }
Copyright ©