#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% | 66 CPM | 14 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 人的一生会遭遇无数次相逢,有些人,是你看过便忘了的风景,有些人,则在你的心里生根抽芽,那些无法诠释的感觉,都是没来由的缘分,缘深缘浅,早有分晓,之后任你我如何修行,也无法更改初时的模样。 ——白落梅 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |