티스토리 뷰
728x90
반응형
let inputNum = Int(readLine()!)!
for num in stride(from:1, through:inputNum, by:1) {
print(num)
}
아무리 생각해도 이전 문제랑 난이도 차이가 너무 많이난다 ...
728x90
반응형
'Algorithm' 카테고리의 다른 글
swift 백준 11021 (0) | 2020.12.24 |
---|---|
swift 백준 2742 (0) | 2020.12.24 |
swift 백준 15552 (0) | 2020.12.24 |
swift 백준 8393 (0) | 2020.12.24 |
swift 백준 10950 (0) | 2020.12.24 |