#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字 | 4.0分钟 | 100% | 55 CPM | 19 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 优雅是件很难的事情,比矜持难,比无赖也难,矜持能装,无赖更容易,可是优雅不行,优雅要气质,要资历,要岁月沉淀,要那份从容和云淡风轻。 ——雪小禅 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others
|