Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
136638 吴晨曦 常用排序法 C++ 解答错误 0 0 MS 248 KB 179 2024-03-09 11:16:35

Tests(0/20):


#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; }


测评信息: