Online Judge
Toggle navigation
童织码
Home
Problems
Status
Contests
Wiki
Login
Home
Status
301163
Run ID
Author
Problem
Lang
Verdict
Score
Time
Memory
Code Length
Submit Time
301163
李南笙
【C2-1】循环输出n~1之间的每个数
Python3
Accepted
100
163 MS
3728 KB
65
2024-11-22 20:19:16
Tests(3/3):
n=int(input()) a=n while a>=1: print(a) a-=1
Judgement Protocol: