728x90 반응형 SMALL 백준문제/브론즈 538 백준) 3003번 - python formatting, result = [1,1,2,2,2,8],[] set_chess = list(map(int,input().split())) for i in range(len(formatting)): result.append(formatting[i] - set_chess[i]) print(result[i], end=" ") 2024. 2. 15. 백준) 2914번 - python a,length = map(int,input().split()) print(a * length - a + 1) 2024. 2. 14. 백준) 2908번 - python a,b = input().split(" ") if a[::-1] > b[::-1]: print(a[::-1]) else: print(b[::-1]) 2024. 2. 13. 백준) 2884번 - python H,M = map(int,input().split(" ")) if M>=45: print(H,M-45) else: c = H-1 if c >= 0: print(c,M+15) else: print(24+c,M+15) 2024. 2. 12. 이전 1 ··· 5 6 7 8 9 10 다음 728x90 반응형 LIST