Run ID:99414
提交时间:2024-11-28 14:28:01
#include<bits/stdc++.h> using namespace std; int main(){ string s; bool f=1; while(cin>>s){ if(f) f=0; else cout<<","; cout<<s.size(); } return 0; }