Skip to content

Instantly share code, notes, and snippets.

@racterub
Last active October 4, 2018 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save racterub/e8fca7c53f22d21c695b98ca976bd4ed to your computer and use it in GitHub Desktop.
Save racterub/e8fca7c53f22d21c695b98ca976bd4ed to your computer and use it in GitHub Desktop.
count = input()
data = []
for i in range(int(count)):
data.append(input().strip())
for i in range(int(count)):
if (int(data[i])*50*120) <= 90000:
print("KFCCA")
else:
print("PCCA")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment