[구현/수학] 백준 6768 Don't pass me the ball! - 파이썬(Python)


[구현/수학] 백준 6768 Don't pass me the ball! - 파이썬(Python)

[ Contents ] 1. 문제 (링크 참조) 6768번: Don’t pass me the ball! A CCC soccer game operates under slightly different soccer rules. A goal is only counted if the 4 players, in order, who touched the ball prior to the goal have jersey numbers that are in strictly increasing numeric order with the highest number being the www.acmicpc.net 2. 문제 풀이 골을 넣을 수 있는 경우의 수를 구합니다. 3. 코드 a = int(input()) print((a-3) ..


원문링크 : [구현/수학] 백준 6768 Don't pass me the ball! - 파이썬(Python)