1157: 亲和数(c语言解法) 摘要:解题思路:写一个函数计算约数之和#include <stdio.h>int sss(int i);int main(){ int m; scanf("%d",&…… 题解列表 2025年02月13日 1 点赞 0 评论 261 浏览 评分:10.0
菲暃要加油——最小绝对值 摘要:l1=list(map(int,input().split()))l2=[]foriinl1:l2.…… 题解列表 2025年02月13日 0 点赞 0 评论 261 浏览 评分:0.0
排序之后找断层和重复的 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>#include<string>using namespace std;co…… 题解列表 2025年02月13日 0 点赞 0 评论 170 浏览 评分:0.0
菲暃要加油——计负均正 摘要:参考代码:l=list(map(int,input().split()))l+=list(map(int,input().split()))z1=len(l)fu=0zheng=0…… 题解列表 2025年02月13日 0 点赞 0 评论 275 浏览 评分:0.0
这标题有病敏感啥 摘要:解题思路:注意事项:参考代码:#include<string>using namespace std;int main(){ int a,b,c=0; cin>>a>&g…… 题解列表 2025年02月02日 1 点赞 0 评论 235 浏览 评分:10.0
纯循环(一下标题太短,一下标题敏感,神经) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>#include<string>using namespace std;int n; &…… 题解列表 2025年02月13日 0 点赞 0 评论 242 浏览 评分:10.0
1156:(题意误导,只有一个空格)两空格呢????? 摘要:#include <stdio.h>int jc(int i);int sss(int i);int main(){ int i,n,j,k,sum,r=1; int a[10]; for…… 题解列表 2025年02月13日 1 点赞 0 评论 218 浏览 评分:10.0
C语言训练-阶乘和数* 摘要:#include <stdio.h>int jc(int i); //计算一个数的阶乘int sss(int i); //计算整型长度int main(){ int i,n,j…… 题解列表 2025年02月13日 2 点赞 0 评论 262 浏览 评分:10.0
1151: C语言训练-计算一个整数N的阶乘 摘要:#include <stdio.h>int main(){ int n,i; scanf("%d",&n); unsigned long long int su…… 题解列表 2025年02月13日 1 点赞 0 评论 378 浏览 评分:10.0
C语言训练-计算1~N之间所有奇数之和 摘要:#include <stdio.h>int main(){ int n; scanf("%d",&n); long long i,e=0; for(i=0;i&…… 题解列表 2025年02月13日 1 点赞 0 评论 156 浏览 评分:10.0