Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
50667 tonghanchen 带余除法 C++ 解答错误 0 MS 244 KB 225 2024-09-06 19:59:00

Tests(0/1):


#include<bits/stdc++.h>//万能头文件 using namespace std; int main() { double l; cin>>l; if(l>=2) cout<<"优秀"; if(l>=1.6 && l<2) cout<<"达标"; if (l<=1.6) cout<<"不达标"; return 0; }


测评信息: