Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
332676 李俞家骅 【C1-8】幸运数字 C++ 通过 100 2 MS 240 KB 174 2025-07-15 10:07:30

Tests(3/3):


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


测评信息: