题解 | 比大小

比大小

https://www.nowcoder.com/practice/b6c48ca948a74afaaf1bc5b5371ba3a3

#include<bits/stdc++.h>
using namespace std;
int main(){
	int a,b;
	cin>>a>>b;
	if(a<b){
		cout<<"<";
	}else if(a>b){
		cout<<">";
	}else{
		cout<<"=";
	}
return 0;
} 

全部评论

相关推荐

鱼专:别投了,我看到有人点了第二个链接投递,还没退出界面,不合适的邮件就发过来了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务