using System;
class Program {
static void Main(string[] args) {
string word = Console.ReadLine();
Console.WriteLine(word.Length);
}
}
문제 출처
https://www.acmicpc.net/problem/2743
'ComputerScience > Coding Test' 카테고리의 다른 글
백준 2754번: 학점계산 (0) | 2022.11.12 |
---|---|
백준 2744번: 대소문자 바꾸기 (0) | 2022.11.12 |
백준 11654번: 아스키 코드 (0) | 2022.11.12 |
백준 7287번: 등록 (0) | 2022.11.12 |
백준 10699번: 오늘 날짜 (0) | 2022.11.11 |