Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
318281 germs 成绩等第 T1 Python3 Accepted 42 MS 6224 KB 161 2026-04-22 19:46:38

Tests(10/10):


a = int(input()) if a >= 90: print("A") elif a >= 80: print("B") elif a >= 70: print("C") elif a >= 60: print("D") else: print("F")


Judgement Protocol: