Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122527 王均歌 12for循环练习I Python3 Accepted 38 MS 3764 KB 57 2025-06-21 10:24:28

Tests(10/10):


Code:

n=input() n=int(n) for x in range(1,n+1): print(x)