2 条题解
-
12329801244 LV 7 @ 2018-08-22 15:49:27
#include<iostream>
#include<cmath>
#include<algorithm>
#include<cstdio>
#include<cstring>
using namespace std;
int main(){
int x,y;
cin>>x>>y;
if(x>y)cout<<x<<endl;
else cout<<y<<endl;
}so water!!!!!
-
12018-08-22 15:48:42@
#include<iostream>
#include<cmath>
#include<algorithm>
#include<cstdio>
#include<cstring>
using namespace std;
int main(){
int x,y;
cin>>x>>y;
if(x>y)cout<<x<<endl;
else cout<<y<<endl;
}
- 1
信息
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 5
- 已通过
- 4
- 通过率
- 80%
- 上传者