Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
111151 爱新觉罗·赵文卿·传统美德 递增子序列 C++ 输出格式错误 0 0 MS 240 KB 245 2023-11-18 10:56:39

Tests(0/2):


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


测评信息: