Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
135962 杨博煊 绝境求生 C++ 解答错误 50 0 MS 240 KB 179 2024-03-07 13:39:12

Tests(1/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; } }


测评信息: