#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% | 88 CPM | 15 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 有些人说工作忙、没有时间学习,我认为问题不在工作忙,而在于你愿不愿意学习,会不会挤时间,要学习的时间是有的,问题是我们善不善于挤,愿不愿意钻。 ——雷锋 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |