#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分钟 | 100% | 105 CPM | 16 次 | 0 | 及格,继续努力! |
Inspirational quotes: 在一回首间,才忽然发现,原来,我一生的种种努力,不过只为了周遭的人对我满意而已。 ——席慕容 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |