Skip to content

Instantly share code, notes, and snippets.

@showyou
Created August 5, 2018 14:01
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 showyou/e0e7cd9df005f0b9193daaabb9cd2612 to your computer and use it in GitHub Desktop.
Save showyou/e0e7cd9df005f0b9193daaabb9cd2612 to your computer and use it in GitHub Desktop.
R = int(input())
if R < 1200:
C = 'ABC'
elif R < 2800:
C = 'ARC'
else:
C = 'AGC'
print(C)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment