#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字 | 1.7分钟 | 73% | 74 CPM | 1 次 | 48 | 不及格,错误太多! |
The wrong word this time: u,s,d,+,.,;,0,r,=,7,;,,+,+,),},u,b,,=,,1,l,p,r,i,n,t,f,(,",%,.,2,l,f,\,n,%,.,2,l,f,",,,,r,, | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
|
|||||||
Inspirational quotes: 一个不能融入现代潮流的人是一个落伍者,一个无所坚守的人是一个随波逐流者。 ——周国平 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |