Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
301126 小林老师 【C2-1】循环输出1~n之间的每个数 Python3 Accepted 100 129 MS 3748 KB 61 2024-11-22 19:47:24

Tests(3/3):


n=int(input()) a = 0 while a < n: a+=1 print(a)


Judgement Protocol: