14 条题解
-
1
#include<iostream> #include<cstdio> #include<cctype> #include<string.h> #include<math.h> #include<cmath> #include<algorithm> #include<iomanip> using namespace std; int main() { long long x,y; cin>>x>>y; if(x>y) { cout<<">"; } else if(x==y) { cout<<"="; } else { cout<<"<"; } return 0; }
信息
- ID
- 891
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 3
- 标签
- 递交数
- 836
- 已通过
- 456
- 上传者