1 solutions

  • 0
    @ 2026-1-24 8:59:11
    #include<bits/stdc++.h>
    using namespace std;
    string s;
    int main(){
    	cin>>s;
    	cout<<s.size();
    	while(cin>>s){
    		cout<<','<<s.size();
    	}
    	return 0;
    }
    
    • 1

    Information

    ID
    337
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    8
    Accepted
    3
    Uploaded By