#include <iostream>
#include <iomanip>
using namespace std;
int max(int, int, int); //申明找最大数函数
int main() {
/*m =3 / (3 * 5)
*/
int a, b, c;
double m;
cin >> a >> b >> c;
m = 1.0 * max(a,b, c)...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《C++》 | 533字 | 2.0分钟 | 99% | 57 CPM | 27 次 | 1 | 不及格,加强练习! |
The wrong word this time: 3 | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 目光如水,但比水更清彻透明;目光如海,但比海更宽广无极,仿佛他眼内的世界,要比眼外的世界深邃得多,幽远得多。 ——周国平 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |