분류 전체보기 (174) 썸네일형 리스트형 [튀르키예 Turkiye] 터키 자유여행 / Ziraat Bankasi ATM 사용법 / 트래블 월렛 리라 인출 방법 / 수수료 없이 리라 인출 / Ziraat ATM 위치 해외여행을 갈 때 환전을 하는 대신 트래블월렛 카드를 가져가서 현지 통화로 인출해 사용하는 경우가 많다. 리라(TRY)의 경우 국내 대부분 은행에서 취급하지 않을 뿐더러, US달러나 유로를 가져와 현지에서 리라로 환전하더라도 남은 리라화는 골칫덩이라서 여행이 끝나기 전에 딱 맞춰 다 쓸 수 있는 만큼만 환전해야하기 때문이다. (남겨뒀다가 다음 튀르키예 여행때 써야지 라고 생각한 당신은 튀르키예 환율 변동을 검색해보세요!) 더군다나 튀르키예는 작은 매장에서도 대부분 카드 사용이 가능하기에, 비상금으로 일부만 환전을 하고 트래블 월렛 카드를 충전해 사용하는걸 추천한다. 트레블 월렛 카드는 앱으로 그때그때 환율로 내 통장에서 원화→현지통화로 충전해 체크카드처럼 사용할 수 있다. (홍보 아님! 이번에 처음 발.. Whatsapp 왓츠앱 인증 오류 해결방법 / 해외 데이터 esim으로 왓츠앱 가입하기 / 급할 때 최후의 수단으로 고려해보세요! 튀르키예 여행 중 클룩에서 외국인들과 함께하는 현지 투어를 갑자기 신청하게 되었다. 한국을 떠나기 전 미리 생각한게 아니라서, 해외 통화/문자가 안되는 데이터 전용 이심(esim)만 준비해왔고.. 현지 여행업체, 가이드와 연락할 방법이 없어 급하게 왓츠앱을 설치하였다. (10기가 짜리를 구매해서 추가 구매하기는 돈이 너무 아까운 상황ㅠㅠ) 외국에서는 왓츠앱을 카톡처럼 대중적으로 사용한다고 들었는데, 이스탄불에서 만난 튀르키예 사람들도 나에게 왓츠앱이 있냐고 묻는걸 보니 튀르키예 또한 마찬가지인 것 같았다. 그런데 왓츠앱은 휴대폰 번호 문자 인증을 통해 가입하는데... 한국 번호로 문자를 보내자 아래처럼 나오며 문자는 안오고 다시 시도해도 똑같았다 ㅠㅠ (이렇게 나타나면 1시간 동안 인증 락 걸려서 1시간.. [Leetcode] 1365. How Many Numbers Are Smaller Than the Current Number https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution: def smallerNumbersThanCurrent(self, nums: List[int]) -> List[int]: result = .. 동수원-인천공항 A4000번 공항버스 노선, 명절 소요시간 (2024.02) 공항버스 A4000번 오전 8시 버스 노선은 동수원(우만동, 구 호텔캐슬) →북수원(한일타운) → 인천공항 1터미널 →인천공항 2터미널 이었다. 아마 시간대에 따라 의왕 범계를 들르는 버스도 있는듯? 설 연휴 첫날(2.9 금요일) 하나도 안막혔을 때 소요시간은 아래와 같았다. 동수원 08:00 AM 인천공항 1터미널 09:00 AM 인천공항 2터미널 09:10 AM 즐거운 여행 시작! [Leetcode] 2610. Convert an Array Into a 2D Array With Conditions https://leetcode.com/problems/convert-an-array-into-a-2d-array-with-conditions LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution: def findMatrix(self, nums: List[int]) -> List[List[int]]: result = [] nums_dic =.. [Leetcode] 1282. Group the People Given the Group Size They Belong To https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-to/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution: def groupThePeople(self, groupSizes: List[int]) -> List[List[int]]: result .. [Leetcode] 771. Jewels and Stones https://leetcode.com/problems/jewels-and-stones/submissions/1168400707/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution: def numJewelsInStones(self, jewels: str, stones: str) -> int: count = 0 for j in jewels.. [Leetcode] 1512. Number of Good Pairs https://leetcode.com/problems/number-of-good-pairs/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution: def numIdenticalPairs(self, nums: List[int]) -> int: nums_dic = {} for index, num in enumerate(nums): now =.. 이전 1 ··· 10 11 12 13 14 15 16 ··· 22 다음