Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 알고리즘 대회
- idpiframe_initialization_failed
- Graph Cost
- 카카오 API
- Round 866
- 기본키 변경
- 2022
- Good Bye 2022: 2023 is NEAR
- 리버싱
- Flutter
- 카카오 로그인
- 밑바닥부터 시작하는 딥러닝 1
- iupc
- Div. 2
- 넥토리얼
- E - Hanging Hearts
- dart
- django
- list_display
- Hello 2023
- 1557
- 앳코더
- Codeforces Round 831 (Div. 1 + Div. 2)
- expand item
- 레지스터
- vue-google-login
- 인하대 프로그래밍 경진대회
- shake!
- vue3
- 코드포스
Archives
- Today
- Total
목록알고리즘 (33)
pseong
코드포스 Codeforces Round #742 (Div. 2) 풀이
1567A - Domino Disaster 문자열을 입력받고. U는 D로 바꿔서 출력하면 된다. 더보기 #include using namespace std; using ll=long long; using pii=pair; using pll=pair; #define F first #define S second int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); int T; cin >> T; while(T--) { int n; cin >> n; string s; cin >> s; vector ans; for(int i=0; i> a+2 더보기 #include using namespace std; using ll=long long; using pii..
알고리즘/알고리즘 문제풀이
2021. 10. 18. 22:46