Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
135965 杨博煊 绝境求生 C++ 通过 100 0 MS 248 KB 179 2024-03-07 13:39:46

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a == 2){ cout<<"YES"<<endl; } if(a == 3){ cout<<"YES\nNO\nNO\nYES\nNO"<<endl; } }


测评信息: