Run ID:41855

提交时间:2022-11-07 20:50:33

#include<bits/stdc++.h> using namespace std; string a; int main(){ cin>>a; cout<<a.size()<<endl; return 0; }