当前位置: X题卡 > 所有题目 > 题目详情

以下程序的功能是计算:s=1+12+123+1234+12345。请填空。main( ) int t=0,s=0,i; for( i=1; i<=5; i++)  t=i+ ______; s=s+t...

查看本题答案

热门试题

更多