[Swift] 기초 문법 1 - 입력, 분할, 배열, map(), filter(), reduce()
알고리즘 공부 전에 필요한 기초적인 문법 정리 1. Swift) 기초 문법 1 - 입력, 분할, 배열, map(), filter(), reduce() ReadLine() // 입력 // ReadLine() let input = readLine() // return Optional String print(input!) print(type(of: input)) //> Optional let input2 = readLine() if let input2 = input2 { // optional binding (if let) print(input2) print(type(of: input2)) //> String } let input3 = Int(readLine()!)! // 정수 입력 print(input3) p..
Swift
2022. 7. 28. 17:14
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 2023 회고
- Algorithm
- UICollectionView banner
- swift
- 요시푸스
- BOJ 17413
- Custom Detent
- NaverMaps
- 1406 에디터
- BOJ 10809
- BOJ 17298
- CAGradientLayer
- autolayout
- github
- BOJ 10820
- Stack
- bottom sheet
- crud
- BOJ 1935
- ios
- UICollectionView Error
- Sheet Height
- Carousel Effect
- BOJ 10866
- Card CollectionVIew
- Gradient View
- BOJ 10808
- git
- BOJ 10799
- sheetPresentationController
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함