题目内容
#include void main(){ int sum=0,n; scanf("%d",&n); while(n<=5) { sum+=n; n++; } printf("sum=%d,n=%d",sum,n);}若输入:1<回车>,请分析程序的执行结果。
查看答案
搜索结果不匹配?点我反馈
更多问题