fork download
  1. for _ in range(int(input())):
  2. print("Real Fancy") if "not" in input().split() else print("regularly fancy")
Success #stdin #stdout 0.01s 27656KB
stdin
1
not
stdout
Real Fancy