#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分钟 | 88% | 57 CPM | 0 次 | 8 | 不及格,错误太多! |
The wrong word this time: <,>,<,>,,m,a,x | |||||||
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 |