Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
14155 c292user5 面积 C++ 解答错误 0 0 MS 696 KB 188 2021-07-10 19:00:00

Tests(0/10):


#include <iostream> using namespace std; int main() { int a,b,c,n1,n2; cin>>a>>b>>c; n1=a*a; n2=b*c; if(n1>n2) cout<<"Alice"; else cout<<"Bob"; cout<<endl<<n1<<" "<<n2; }


测评信息: