import sys import re c=input() a=re.compile(r'https://(\w)+') b=a.search(c) d=str(b.group()) print((0,len(d)))