#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分钟 | 92% | 65 CPM | 4 次 | 6 | 不及格,错误太多! |
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 |