竞赛
考级
法兰西玫瑰
#include <bits/stdc++.h> using namespace std; int main(){ string s; int m=1; while(cin>>s) { if(m==1) cout<<s.size(); else cout<<","<<s.size(); m++; } cout<<endl; return 0; }
Voldemort
麻醉机新鲜气体的输出切换装置
回来看看
JMZ詹总
Zด้้้้้็้้้้้้้็
bianhl
一只村民(可互关)
耐高总冠军 张文杰
python题解 100%AC
徐面包是小笼包
有事找大号
#include<bits/stdc++.h> using namespace std; int main(){ string a; cin >>a; cout << a.size(); while(cin >> a) { cout << ","; cout << a.size(); } return 0; }
DavidDeng
#include <bits/stdc++.h> #define LL long long using namespace std; string s; bool flag; int main() { while(cin>>s){ if(flag)cout<<','; cout<<s.size(); flag=true; } }
张立兴业
AC坤