题解 | #获取两数中的较大值#
获取两数中的较大值
https://www.nowcoder.com/practice/136bd5e1021d4d698b9f5227d7dfb684
#include <iostream>
using namespace std;
int main() {
// write your code here......
int a,b;
cin>>a>>b;
cout<<(a>b?a:b);
return 0;
}
获取两数中的较大值
https://www.nowcoder.com/practice/136bd5e1021d4d698b9f5227d7dfb684
#include <iostream>
using namespace std;
int main() {
// write your code here......
int a,b;
cin>>a>>b;
cout<<(a>b?a:b);
return 0;
}
相关推荐
沉淀小子:干啥都不丢人啊,生存是必须要的,销售很考验一个人综合素质能力的,好的销售人脉和资源可不比写字楼的白领差啊