Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
54986 huangcy 利剑与坚盾 C++ 通过 0 MS 248 KB 304 2024-11-01 16:33:31

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { double a, d; cin >> a >> d; double g = a/d; if(g>1.2){ cout<<"青龙"; }else if(g==1.2){ cout<<"青龙"; }else if(g<0.8){ cout<<"玄武"; }else{ cout << "白虎"; } return 0; }


测评信息: