import sys input = sys.stdin.readline cnt=[] def solution(n,num): if n ==num: cnt.append(1) return elif n