题解 2799: 奥运奖牌计数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c,n,sum=0,sum1=0,s…… 题解列表 2024年01月10日 0 点赞 0 评论 223 浏览 评分:6.0
编写题解 2799: 奥运奖牌计数 摘要:解题思路:sum的用法注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; cin>>n; int a[n]…… 题解列表 2023年02月23日 0 点赞 0 评论 252 浏览 评分:6.0
python 2799: 奥运奖牌计数 摘要:参考代码:n = int(input()) arr = [0,0,0] for _ in range(n): str = list(map(int, input().split()))…… 题解列表 2024年03月12日 0 点赞 0 评论 494 浏览 评分:2.0
2799 奥运奖牌计数 摘要:解题思路: #include <bits/stdc++.h> using namespace std; int main() { int n,sum1=0, sum…… 题解列表 2024年06月16日 0 点赞 0 评论 305 浏览 评分:2.0
最普通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,a,b,c,d,e=0,f=0,g=0; scanf("%d",&a); whil…… 题解列表 2024年11月26日 1 点赞 0 评论 259 浏览 评分: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 评论 204 浏览 评分:0.0
旧物有情 # 奥运奖牌计数 一看就懂 摘要:``` #include #include using namespace std; int n,jin,yin,tong; int main(){ cin >> n; …… 题解列表 2024年10月17日 0 点赞 0 评论 175 浏览 评分: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 评论 266 浏览 评分: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 评论 182 浏览 评分:0.0