Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
301165 叶俊希 【C2-1】循环输出n~1之间的每个数 Python3 Accepted 100 166 MS 3744 KB 57 2024-11-22 20:21:47

Tests(3/3):


n=int(input()) a=n while a > 0: print(a) a-=1


Judgement Protocol: