#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字 | 8.1分钟 | 100% | 60 CPM | 55 次 | 1 | 不及格,加强练习! |
The wrong word this time: m | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 性格的确很难改变,但重要的是能否分辨哪些是性格,哪些是坏习惯,不要什么事都归咎于性格,或者总是用性格为自己找借口。 ——陈曦 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |