반응형
목록 swea 1979 파이썬 (1)
KEEP GOING
[python] SWEA : 어디에 단어가 들어갈 수 있을까
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5PuPq6AaQDFAUq&categoryId=AV5PuPq6AaQDFAUq&categoryType=CODE&problemTitle=1979&orderBy=FIRST_REG_DATETIME&selectCodeLang=ALL&select-1=&pageSize=10&pageIndex=1 SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com [문제 풀이] for tc in range(1, int(input())+1): answer = 0 n, k = map(int, input().s..
code review/implementation
2022. 7. 1. 20:55