import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String inp = sc.nextLine();
System.out.println(inp.length());
}
}
'Playground > 자바문제집' 카테고리의 다른 글
[백준] 2754번 (0) | 2023.01.22 |
---|---|
[백준] 2744번 (0) | 2023.01.22 |
[백준] 11654번 (0) | 2023.01.22 |
[백준] 2738번 (0) | 2023.01.21 |
[백준] 10872번 (0) | 2023.01.21 |