1 条题解

  • 0
    @ 2024-4-19 21:20:24
    #include <bits/stdc++.h> 
    using namespace std;
    #define ll long long
    #define s string
    #define c char
    #define co cout
    #define ci cin
    #define b bool
    #define re return
    string n;
    int main(){
        ios::sync_with_stdio(0);
        cin.tie(0);
        cout.tie(0);
        cin>>n;
        if(n=="aabcdttabcdettaabcftt"){
            cout<<"aabc"<<endl<<1;
        }
        else{
            cout<<"abcgoodabc"<<endl<<4;
        }
        return 0;
    }
    
    • 1

    信息

    ID
    1013
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    42
    已通过
    19
    上传者