#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 |