ЗАДАЧА 1

Anonymous
c_cpp
10/12/2023 5:27 PM
180 B
16
Indexable
#include <iostream>
using namespace std;
#include <string>

int main() {
	string a ;

	cin >> a;

	cout << a.length();


	}
Editor is loading...