简介

简单

code

#include <iostream>
#include <string>
using namespace std;

int main() {
    string res;
    string here;
    while(cin >> res){
        here = res;
    }
    cout << here.size() << endl;;
    return 0;
}
posted on 2021-06-22 15:47  HDU李少帅  阅读(39)  评论(0编辑  收藏  举报