Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
123115 林鑫辰 12for循环练习I Python3 Accepted 45 MS 3772 KB 52 2025-06-28 09:17:26

Tests(10/10):


Code:

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