반응형
목록 DNA (1)
KEEP GOING

[자기방으로 돌아가기] https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWNcJ2sapZMDFAV8&categoryId=AWNcJ2sapZMDFAV8&categoryType=CODE SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 1. 틀린 풀이 for tc in range(1, int(input()) + 1): time = 1 n = int(input()) # 방번호 담을 배열 route = [] for _ in range(n): a, b = map(int, input().split()) # 출발번호 > 도착번호인 경우..
code review/study
2022. 2. 8. 15:50