Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
341836 李明灿 【C1-8】幸运数字 C++ 通过 100 2 MS 244 KB 178 2025-08-26 15:11:17

Tests(3/3):


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


测评信息: