#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% | 148 CPM | 15 次 | 0 | 及格,继续努力! |
Inspirational quotes: 没有天生的强者,一个人只有站在悬崖边的时候才会真正坚强起来。 ——武田麻弓 |