90分求助
查看原帖
90分求助
1423010
hdj0__0楼主2024/9/29 19:32
#include<bits/stdc++.h>
using namespace std;

int main()
{
	long long a,b,c;
	cin>>a>>b>>c;
	if(a*a<b*c)
	{
		cout<<"Bob";
	}
	else
	{
		cout<<"Alice";
	}
	return 0;
}
2024/9/29 19:32
加载中...