40 条题解
信息
- ID
- 89
- 时间
- 1000ms
- 内存
- 512MiB
- 难度
- 5
- 标签
- (无)
- 递交数
- 1809
- 已通过
- 649
- 上传者
#include<bits/stdc++.h>
using namespace std;
int main(){
int x,y;
cin>>x>>y;
if(x>y){
cout<<">"<<endl;
}
if(x<y){
cout<<"<"<<endl;
}
if(x==y){
cout<<"="<<endl;
}
return 0;
}
求点赞,我要饿死了
太帅了