求C语言的编程s=3+33+333+3333+33333的值

144
提问者 蜗牛最喜欢葡萄
2018-04-25 13:22 悬赏 82财富值 阅读 3612回答 1

天资少儿编程
登录 后发表回答
_277282419
2楼-- · 2018-04-25 13:57

int addNum(int n) // n : 加数个数
{
int answer = 0; // 计算结果

int temp = 0; // 中间变量,3,33,333,3333,...

for(int i = 0; i < n; i++)

{
temp = temp * 10 + 3;

answer += temp;

}

return answer;

}

米粒妈咪 · 问题RSS订阅 · 网站标签 · 最新问题 · 帮助中心 · 合作伙伴
Copy 2018 https://m.milimami.com/ All Rright Reserved. 粤ICP备20017905号-5 / 粤ICP备20017905号-5/ Wxb 举报电话:400-693-8808 / Zggsrz