[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
- 위클리챌린지2주차
- 세션 스토리지
- DOM
- N과M
- SSAFY
- django
- vue
- AWS
- SSAFY퇴소
- vue.js
- commit되돌리기
- 트리
- 프로그래머스
- SQL
- 파이썬
- Pyhton
- 배포
- 싸피
- SWEA
- Python
- git
- 알고리즘
- Java
- 안드로이드스튜디오
- 독학
- splide
- 비동기패턴
- javascript
- 자바
- 백준
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함