Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
332669 李俞家骅 【C1-8】幸运数字 C++ 解答错误 0 4 MS 236 KB 152 2025-07-15 10:00:51

Tests(0/3):


#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n>68) cout<<"YES"; else cout<<"NO"; return 0; }


测评信息: