#include<bits/stdc++.h>
using namespace std;
int main()
{
double a,b,c,d,m;
cin >>a>>b>>c>>d;
m = (a+b+c+d)/4;
if (a<b) a=b;
if (a<c) a=c;
if (a<d) a=d;
cout <<fixed<<setprecision(3) <<a <<endl <<m...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 8.0》 | 213字 | 5.0分钟 | 99% | 74 CPM | 35 次 | 1 | 不及格,加强练习! |
The wrong word this time: } | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 燧石受到的敲打越厉害,发出的光就越灿烂。 ——卢梭 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |