#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分钟 | 99% | 153 CPM | 4 次 | 1 | 及格,继续努力! |
The wrong word this time: > | |||||||
Inspirational quotes: 把希望建筑在意欲和心愿上面的人们,二十次中有十九次都会失望。 ——大仲马 |