I tried this January 2019 div 2 challenge. Here’s my code. I still dont get why this is not AC.
n = int(input())
for i in range(n):
s = input()
if ‘not’ in s:
print(“Real Fancy”)
else:
print(“regular fancy”)
I tried this January 2019 div 2 challenge. Here’s my code. I still dont get why this is not AC.
n = int(input())
for i in range(n):
s = input()
if ‘not’ in s:
print(“Real Fancy”)
else:
print(“regular fancy”)
Don’t ask questions about on going contest in discuss… or else you will be banned from community…
Buddy its ‘regularly fancy’