#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分钟 | 93% | 66 CPM | 4 次 | 5 | 不及格,错误太多! |
The wrong word this time: <,>,<,>,( | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
|
|||||||
Inspirational quotes: 人生就像迷宫,我们用上半生找寻入口,用下半生找寻出口。 ——朱德庸 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |