题解(我也不知道的神奇思路)

凌艺樽  •  4个月前


就很离谱,对了了了了了了了了

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

评论:

谢谢大佬(doge)


廖悦扬  •  4个月前