#include <bits/stdc++.h> using namespace std; int main() { string temp; int sum=0; while(cin >> temp) { sum+=temp.size(); } cout << sum << endl; return 0; }
微信直接扫码登录
使用经过邮箱注册的账号密码登录