#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% | 86 CPM | 14 次 | 8 | 不及格,错误太多! |
The wrong word this time: 找,最,大,数,函,数,i,n | |||||||
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 |