下面程序运行结束后,k的值为________。 include<iostream.h>voidmain(){inti,j,k;for(i=0;j=10;i<=j;i++,j--)k=i+j;cout<<k;} 发布时间:2025-09-01 20:23:26