Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5726 C班-王硕 游乐设施 C++ 通过 100 0 MS 260 KB 210 2025-02-15 16:25:14

Tests(4/4):


#include <bits/stdc++.h> using namespace std; int main(){ float a,b; cin>>a>>b; if(a >= 60 && b < 60 ||a < 60 && b >= 60){ cout<<"green"<<endl; } else{ cout<<"red"<<endl; } return 0 ; }


测评信息: