奥运奖牌计数 用数组
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ long n,i,j,A=0,B=0,C=0; scanf("%ld",&……
刷题记录2025/12/3 2799: 奥运奖牌计数
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i,a,b,c,A=0,B=0,C=0,sum; scanf("%d\n&qu……
2799: 奥运奖牌计数
摘要:#include <bits/stdc++.h>using namespace std;int main(){ int n; int a……
2799 奥运奖牌计数
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,gold,silver,bronze,sum=0,sum_go……
2025/7/26刷题记录
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d&qu……
编写题解 2799: 奥运奖牌计数
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std;int main(){ long long n,a=0,b=0,c=0;int j……
2799: 奥运奖牌计数(详细注释)
摘要:解题思路:注意事项:参考代码:#include <stdio.h>
int main()
{
int day, Gold, Silver, Bronze, sum_Gold, sum_S……