Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
111180 毛泓博(做题专用,大号Fess) 递增子序列 C++ 解答错误 0 0 MS 240 KB 235 2023-11-18 13:12:01

Tests(0/2):


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


测评信息: