Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
111165 陈志轩 递增子序列 C++ 输出格式错误 50 0 MS 240 KB 193 2023-11-18 11:12:19

Tests(1/2):


#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if (n == 4){ cout<<"4 6 4 6 7 4 6 7 7 4 7 4 7 7 6 7 6 7 7 7 7"; } else{ cout<<"4 4"; } return 0; }


测评信息: