Update solution for 기찍_N w/ id 5276455
Time: 108ms MemUsage: 30320KB
This commit is contained in:
5
baekjoon/기찍_N/solution_5276455.py
Normal file
5
baekjoon/기찍_N/solution_5276455.py
Normal file
@@ -0,0 +1,5 @@
|
||||
N = int(input())
|
||||
str = ""
|
||||
for i in range(N,0,-1) :
|
||||
str = str + "{}\n".format(i)
|
||||
print(str)
|
||||
Reference in New Issue
Block a user