Untitled

mail@pastecode.io avatar
unknown
c_cpp
a month ago
151 B
0
Indexable
Never
#include <iostream>
#include <string>
using namespace std;

int main()  
 {
    string str;
    cin >> str;
    cout << " " << str.length();
}