n=int(input("inserisci un voto in trentesimi: ")) if n>26: print("A") elif n>22: print("B") elif n>17: print("C") else: print("D")