Untitled

 avatar
unknown
c_cpp
2 years ago
151 B
5
Indexable
#include <iostream>
#include <string>
using namespace std;

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