#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分钟 | 91% | 39 CPM | 6 次 | 4 | 不及格,错误太多! |
The wrong word this time: <,>,<,> | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
Inspirational quotes: 小楼昨夜又东风,故国不堪回首月明中。 ——李煜 |