提交时间:2023-08-11 14:34:03
运行 ID: 24371
#include<bits/stdc++.h> using namespace std; int main(){ string n; cin>>n; cout<<n.length(); return 0; }