1 solutions

  • 0
    @ 2026-1-21 11:37:44
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        string a;
        cin>>a;
        cout<<a.length();
    }
    
    • 1

    Information

    ID
    1810
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    6
    Accepted
    5
    Uploaded By