2544: N以内累加求和 摘要:解题思路:注意事项:参考代码:#include <stdio.h> int main() { int n = 0, s = 0; scanf("%d", &n); …… 题解列表 2022年10月14日 0 点赞 0 评论 157 浏览 评分:0.0
2544——————N以内累加求和 摘要: n = int(input()) #凑字数凑字数凑字数凑字数凑字数凑字数凑字数凑字数 sum = 0 #初始化为0 for i in range(n+1): #循环 …… 题解列表 2022年07月07日 0 点赞 0 评论 198 浏览 评分:0.0
2544wang旺旺碎碎冰,C语言,旺 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int x,y=0;scanf("%d",&x); for(int i=1;i<=x;i++) { y+=…… 题解列表 2021年11月05日 0 点赞 0 评论 213 浏览 评分:0.0