Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
136642 吴晨曦 绝境求生 C++ 通过 100 0 MS 248 KB 179 2024-03-09 11:17:47

Tests(2/2):


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


测评信息: