Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
302186 叶俊希 【C2-1】循环输出n~1之间的每个数 Python3 通过 100 193 MS 3748 KB 59 2024-11-29 20:15:03

Tests(3/3):


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


测评信息: