[Python] BOJ 15439번. Vera and Outfits 작성일 2020-05-22 | In Algorithm | 15439번. Vera and Outfits 문제 링크 https://www.acmicpc.net/problem/15439 풀이 코드 12345# 15439번. Vera and Outfits n = int(input()) print(n*(n-1)) 비고