#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; }