#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,k=0,l=0;
for(int i=1; i<=7; i++)
{
cin>>a>>b;
k+=a;
l+=b;
}
double r,j;
r = 1.0*k/7;
j = 1.0*l/7;
printf("%.2lf\n%.2lf", r,j);
retur...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 13.0》 | 207字 | 50.0分钟 | 100% | 71 CPM | 16 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 我的志愿不是当所有者,而是当管理者,中国目前缺少职业经理阶层,但现在的年轻人更想当老板,既当所有者又当管理者,我只想当后者。 ——王石 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |