比赛 CSP2023-J模拟赛 评测结果 C
题目名称 切分子串 最终得分 0
用户昵称 f4f 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2023-10-18 18:10:13
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("cutstring.in","r",stdin);
freopen("cutstring.out","w",stdout);
char a[2005];
char b[150];
bool a=false;
cin>>a>>b;
cout<<6;

return 0;
}