Agorithm/백준 알고리즘

백준 알고리즘 10821번 정수의 개수(python)

kimjinho1 2021. 2. 28. 21:44
728x90
반응형

단순 문자열 문제이다.

print(len(input().split(',')))
728x90
반응형