#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字 | 2.0分钟 | 100% | 68 CPM | 10 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 有了自己的房子,未婚女子就像是凭空小了几岁,又有耐心慢慢地挑选爱人了,一男向一女征询意见:我们先租房子住,结了婚攒了钱再买房子吧?女答:那我还不如先租丈夫呢。 ——张爱玲 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |