2799: 奥运奖牌计数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long sum=0; long l…… 题解列表 2024年01月10日 0 点赞 0 评论 45 浏览 评分:0.0
2799: 奥运奖牌计数(详细注释) 摘要:解题思路:注意事项:参考代码:#include <stdio.h> int main() { int day, Gold, Silver, Bronze, sum_Gold, sum_S…… 题解列表 2024年12月20日 0 点赞 0 评论 222 浏览 评分:0.0
编写题解 2799: 奥运奖牌计数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,jp=0,yp=0,tp=0,j,y,t…… 题解列表 2024年02月23日 0 点赞 0 评论 65 浏览 评分:0.0
2799: 奥运奖牌计数(C语言) 摘要: #include int main() { int n; scanf("%d",&n); int a[n][3]; int i,j; for(i=0;i…… 题解列表 2023年07月06日 0 点赞 0 评论 141 浏览 评分:0.0
题解 2799: 奥运奖牌计数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,summ=0,summm=0…… 题解列表 2024年01月10日 0 点赞 0 评论 44 浏览 评分:0.0
编写题解 2799: 奥运奖牌计数 摘要:解题思路:注意事项:参考代码:n=int(input())jins=yins=tongs=0for i in range(n): list1=list(map(int,input().split…… 题解列表 2024年02月28日 0 点赞 0 评论 104 浏览 评分:0.0
奥运奖牌计数 摘要:解题思路:注意事项:参考代码:n = int(input())x = 0y = 0z = 0for i in range(n): a,b,c = map(int, input().split()…… 题解列表 2024年07月29日 0 点赞 0 评论 77 浏览 评分:0.0
奥运奖牌计数(C语言) 摘要:#include<stdio.h> int main() { int n,sum1=0,sum2=0,sum3=0,sum,arr[50][3]; scanf("%d", &n); …… 题解列表 2023年02月11日 0 点赞 0 评论 107 浏览 评分:0.0
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int gg=0,ss=0,bb=0,g,s,b,n…… 题解列表 2023年07月11日 0 点赞 0 评论 199 浏览 评分:0.0
奥运奖牌计数C语言for循环做法分享 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,n,a,b,c,d=0,e=0,f=0,g=0; scanf("%d",&n); …… 题解列表 2024年11月23日 0 点赞 0 评论 76 浏览 评分:0.0