90分求助
查看原帖
90分求助
377794
Level_1024楼主2020/9/27 11:38
#include <bits/stdc++.h>

using namespace std;
int main() {
	int a,b,c;
    cin>>a>>b>>c;
    if(a*a>b*c)
    {
        cout<<"Alice";
    }
    else
    {
        cout<<"Bob";
    }
	
	return 0;//结束
}
2020/9/27 11:38
加载中...