Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
111124 陈志轩 递增子序列 C++ 编译错误 0 0 MS 0 KB 199 2023-11-18 10:40:47

Tests(0/0):


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


测评信息: