#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字 | 1.0分钟 | 96% | 86 CPM | 24 次 | 4 | 不及格,加强练习! |
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 |