#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.0分钟 | 92% | 92 CPM | 2 次 | 8 | 不及格,错误太多! |
The wrong word this time: n,t,n,t,1,+,+,{ | |||||||
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 |