#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% | 127 CPM | 11 次 | 0 | 及格,继续努力! |
Inspirational quotes: 人生恰如三月花,倾我一生一世念,来如飞花散似烟,醉里不知年华限。 ——纳兰性德 |