단어 길이 재기


Define input, output

  • Input: 문자열
  • Output: 문자열의 길이

설명

source code

1
2
3
4
5
import sys


S = sys.stdin.readline().strip()
print(len(S))
Built with Hugo
Theme Stack designed by Jimmy