Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
20826 LeoWang 奥运奖牌计数 C++ 通过 0 MS 248 KB 225 2023-06-21 06:45:05

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int n,a,b,c,j=0,y=0,t=0; cin>>n; for(int i=0;i<n;i++){ cin>>a>>b>>c; j+=a; y+=b; t+=c; } cout<<j<<" "<<y<<" "<<t<<" "<<j+y+t; return 0; }


测评信息: