#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c=0,d=0;
for(int i=1; i<=7; i++)
{
cin >>a>>b;
c += a;
d += b;
}
cout <<fixed<<setprecision(2) <<1.0*c/7 <<endl <<fixed<<setprecisi...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 5.0》 | 230字 | 5.0分钟 | 100% | 57 CPM | 43 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 金钱好比肥料,如不撒入田中,本身并无用处。 ——培根 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |