为啥无输出?
  • 板块灌水区
  • 楼主tlzhy
  • 当前回复2
  • 已保存回复2
  • 发布时间2021/10/22 22:25
  • 上次更新2023/11/4 02:47:08
查看原帖
为啥无输出?
309803
tlzhy楼主2021/10/22 22:25
#include<iostream>
#include<cstdio>
#include<algorithm>
#include<cmath>
#include<iomanip>
#include<cstring>
#include<bits/stdc++.h>
using namespace std;

int main(){
    freopen("count.in","r",stdin);
    freopen("count.out","w",stdout);
    string str;
    cin>>str;
    str.erase(10,4);
    cout<<str<<endl;


    return 0;
}


2021/10/22 22:25
加载中...