Algorithm/noj.am
[Swift] 백준 2742
SweetDev
2019. 11. 8. 10:31
for i in stride(from: Int(readLine()!)!, to: 0, by: -1){
print(i)
}
스위프트 갓갓..한줄^^