#include <iostream>
using namespace std;
int main() {
int n,j=0,y=0,t=0,a=0,temp;
cin>>n;
for(int i=0;i<n;i++){
cin>>temp;j+=temp;a+=temp;
cin>>temp;y+=temp;a+=temp;
cin>>temp;t+=temp;a+=temp;
}
cout<<j<<" "<<y<<" "<<t<<" "<<a;
return 0;
}
最后编辑:2022年12月24日
©著作权归作者所有
最新回复