출처

https://swexpertacademy.com/main/code/problem/problemDetail.do?problemLevel=3&contestProbId=AWVl3rWKDBYDFAXm&categoryId=AWVl3rWKDBYDFAXm&categoryType=CODE&problemTitle=&orderBy=PASS_RATE&selectCodeLang=PYTHON&select-1=3&pageSize=10&pageIndex=2

과정

  1. 과제 제출 안 한 사람의 목록을 저장할 res를 만든다.
  2. n까지 i가 리스트 a에 없다면 res에 추가해준다..
  3. 오름차순으로 출력해야하므로 res를 정렬해준다.
  4. 테스트 케이스 번호와 res를 출력해준다.

정답 코드

태그: ,

카테고리:

업데이트: