Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122529 叶倪佳 12for循环练习I Python3 Accepted 38 MS 3768 KB 57 2025-06-21 10:26:01

Tests(10/10):


Code:

a=input() a=int(a) for b in range(1,a+1): print(b)