일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 앱바
- ScrollView
- viewmodel
- TEST
- livedata
- LifeCycle
- binding
- Button
- 안드로이드
- intent
- 계측
- drift
- 테스트
- textview
- tabbar
- android
- DART
- activity
- Flutter
- Navigation
- Dialog
- data
- appbar
- 앱
- CustomScrollView
- textfield
- Kotlin
- Compose
- Coroutines
- scroll
- Today
- Total
목록알고리즘 (13)
Study Record
#include #include using namespace std; string getString(string str, int start, int count){ string return_str = ""; for(int i=0; i= '0' && s[i]
#include #include using namespace std; int getNum(int a){ int num = 0; while (a > 0) { a = a * 0.1; num++; } return num; } string getString(string str, int start, int count) { string s = ""; for (int i = 0; i < count; i++) { s += str[start+i]; } return s; } int solution(string s) { int answer = s.size(); int len = s.size(); for (int i = 1; i = len) { tmp_answer += len - j; break; } } if (tmp_ans..
#include #include using namespace std; string solution(string new_id) { string answer = ""; // 1,2,3 단계 for(int i=0; i= 'A' && word = 'a' && word = '0' && word
#include #include using namespace std; int getRank(int num){ if(num >= 6) return 1; if(num == 5) return 2; if(num == 4) return 3; if(num == 3) return 4; if(num == 2) return 5; return 6; } vector solution(vector lottos, vector win_nums) { vector answer; int winnings_num = 0, max_winnings_num = 0; int blank = 0; for(int i=0; i