Run ID:11899
提交时间:2021-05-18 12:48:56
#include<bits/stdc++.h> using namespace std; string a; int main() { getline(cin,a); cout<<a.size(); return 0; }