ЗАДАЧА 1

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

int main() {
	string a ;

	cin >> a;

	cout << a.length();


	}