90分!!!求助各位大佬,这道题哪里错了?
查看原帖
90分!!!求助各位大佬,这道题哪里错了?
189599
三签·阿克曼楼主2020/6/21 18:14

第九个测试点过不去

#include<bits/stdc++.h>
using namespace std;

int a,b,c,d,m;
int main()
{
	cin>>a>>b>>c;
	d=a*a;
	m=b*c;
	if(d>m) cout<<"Alice"<<endl;
	else cout<<"Bob"<<endl;
	return 0;
}

2020/6/21 18:14
加载中...