Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
14116 c292user3 面积 C++ 通过 100 0 MS 692 KB 176 2021-07-10 18:14:28

Tests(10/10):


#include <bits/stdc++.h> using namespace std; int main() { long long a,b,c; cin>>a>>b>>c; if(a*a>b*c) cout<<"Alice"<<endl; else cout<<"Bob"<<endl; return 0; }


测评信息: