私信TA
用户名:dotcpp0689705
访问量:3173
签 名:
https://www.msn.cn/zh-cn/play/arcade
自我简介:
Gold Digger https://supermario-game.com/fullscreen
作者: 袁一航 发表时间:2023-12-23 08:00:47 浏览:50 | 评论:0
解题思路:注意事项:参考代码:
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
if(a>b)cout<<">";
if(a==b)cout<<"=";
if(a<b)cout<<"<";
return 0;
}
0.0分
1 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧