import re
a = input()
b = re.match('https://www',a,re.I).span()
print(b)