最基本的思路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n); int arr[n],i,sum=0; for(i…… 题解列表 2022年12月18日 0 点赞 1 评论 686 浏览 评分:9.9
不与最大数相同的数字之和 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n,a[100],i,r; int max; int sum=0; scanf("%d",&n); …… 题解列表 2023年02月20日 0 点赞 0 评论 591 浏览 评分:2.7
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i; long int max = -1000000,a[100],sum=0; …… 题解列表 2023年06月08日 0 点赞 0 评论 979 浏览 评分:0.0
不与最大数相同的数字之和 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a[101];int main(){ int n,t=-1e9;//t ÓÃ…… 题解列表 2023年12月05日 0 点赞 0 评论 497 浏览 评分:0.0
题解 2907: 不与最大数相同的数字之和 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ long long a,b[1000],sum=0; scanf(&qu…… 题解列表 2025年01月27日 1 点赞 0 评论 438 浏览 评分:0.0
C语言简单方法 解题思路:注意事项:参考代码:#include#definem1000intmain(){inti,n,ma,a[m],s;s=0;scanf("%d",&n);for(i=0;i 题解列表 2025年12月10日 0 点赞 0 评论 281 浏览 评分:0.0