以下程序的运行结果是_。 #include int main() { int i,j,x,y; i=5;j=7; x=++i;y=j++; printf(\%d,%d,%d,%d\\n\,i,j,x,y); return 0; }

时间:2022-11-17 06:12:33

相似题目