lovely


私信TA

用户名:pps

访问量:6540

签 名:

~~~hello!~~~

等  级
排  名 1271
经  验 3022
参赛次数 14
文章发表 8
年  龄 38
在职情况 在职
学  校
专  业

  自我简介:

解题思路:输入三个数,用max函数比两次~~~OK!

注意事项:max函数头文件......最好用#include<bits/stdc++.h>(万能头文件~~,包括

#include <iostream> 

#include <cstdio> 

#include <fstream> 

#include <algorithm> 

#include <cmath> 

#include <deque> 

#include <vector> 

#include <queue> 

#include <string> 

#include <cstring> 

#include <map> 

#include <stack> 

#include <set> 

#include<cstring>等等



参考代码:

#include<bits/stdc++.h>

using namespace std;

int main()

{

int a,b,c;

int d;

cin>>a>>b>>c;

d=max(a,b);/*注意:max函数一次只能两个数~~三个数会CE的!*/

cout<<max(d,c);

}

/*这道题说实在话是挺简单的,一个函数完事(不用自己编写,也不用if,c++自带),挺方便的~)

 

0.0分

3 人评分

  评论区

  • «
  • »