완전 탐색인데 Subtask 1-3 안되는 이유가 잘 이해가 안가요
import sys
F_1, F_2, F_3, F_4 = map(int, input().split())
case = []
case_detail = []
A_case = [3, 1, 0]
B_case = [3, 1, 0]
C_case = [3, 1, 0]
D_case = [3, 1, 0]
E_case = [3, 1, 0]
F_case = [3, 1, 0]
for a in A_case:
for b in B_case:
for c in C_case:
for d in D_case:
for e in E_case:
for f in F_case:
pt = [0,0,0,0]
if a == 3:
...
- 연습문제 톡
- 날짜
- 2024-07-21 00:10:59
- 작성자
- sjpark1213
- 댓글
- 2