4 条题解

  • -3
    @ 2023-7-17 20:08:23

    #include <bits/stdc++.h>

    using namespace std;

    int main() { string a; int b=0; while(cin>>a){ cout<<a; b=b+a.length(); }

    cout<<endl;
    cout<<b;
    return 0;
    

    }

    信息

    ID
    74
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    684
    已通过
    286
    上传者