Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83871 sh25_zhoumy 利剑与坚盾 C++ 通过 0 MS 248 KB 250 2026-02-03 12:11:15

Tests(1/1):


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


测评信息: