[SWEA] 4366. 정식이의 은행업무
T = int(input()) for tc in range(1,T+1): two = input() three = input() n_two = [] for i in range(len(two)): if two[i] == '1': temp = '0' else: temp = '1' n_two.append(int(two[:i] + temp + two[i+1:], 2)) # print(n_two) for i in range(len(three)): for k in range(3): if three[i] != str(k): temp = str(k) n_three = int(three[:i] + temp + three[i + 1:], 3) if n_three in n_two: ans = n_three print("#{}..
알고리즘/SWEA
2021. 4. 16. 15:15
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- django
- 위클리챌린지2주차
- AWS
- javascript
- Java
- SSAFY퇴소
- DOM
- 싸피
- git
- Pyhton
- vue.js
- 자바
- 세션 스토리지
- 백준
- vue
- 프로그래머스
- 알고리즘
- 안드로이드스튜디오
- 배포
- 트리
- Python
- commit되돌리기
- SQL
- 파이썬
- splide
- 독학
- 비동기패턴
- SSAFY
- SWEA
- N과M
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함