论如何将8行的代码变成17(bushi)
2024-05-12 20:19:06
发布于:广东
6阅读
0回复
0点赞
#include<iostream>
#include<cstdio>
using namespace std;
const string yes = "YES";
const string no = "NO";
void game()
{
int a,b;
cin>>a>>b;
cout<<(a != b?yes:no);
return ;
}
int main()
{
game();
return 0;
}
全部评论 1
你玩逃少?我是电脑版的可以加加我吗
2024-05-14 来自 广东
0
有帮助,赞一个