#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字 | 114.0分钟 | 100% | 72 CPM | 14 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 树挪死,人挪活。 ——佚名 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |