3 条题解

  • 0
    @ 2024-7-24 16:50:38
    #include<iostream> #include<cstdio> #include<string> using namespace std; int main(){ freopen("shoujiin.txt","r",stdin); freopen("shoujiout。txt","w",stdout); string a,b; getline(cin,a); cout<<a<<endl; b = "abcdefghijklmnopqrstuvwxyz "; return 0; }
    

    信息

    ID
    425
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    5
    已通过
    1
    上传者