BOJ 2743 단어 길이 재기

1 개요[ | ]

BOJ 2743 단어 길이 재기


2 C++[ | ]

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

int main() {
    string S;
    cin >> S;
    cout << S.length() << '\n';
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}