문제 실패
strr = str(input()).strip() strr = strr.split(" ") if strr == ['']: print(0) else: print(len(strr))