#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)...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《C++》 | 533字 | 1.0分钟 | 99% | 83 CPM | 6 次 | 1 | 不及格,加强练习! |
本次出错的字 ; | |||||||
励志名言: 过去的已经过去了,死了的已经死了,活着的还要继续活着。 ——玛格丽特·米切尔 |