python-algorithm [백준] 4458 by 무적김두칠 2021. 1. 8. 1 2 3 4 5 import sys for _ in range(int(sys.stdin.readline())): tmp=sys.stdin.readline() ans=tmp[0].upper() + tmp[1:] print(ans,end='') cs 반응형 공유하기 게시글 관리 김두칠의 성장일기 저작자표시 'python-algorithm' 카테고리의 다른 글 [백준] 4592 (0) 2021.01.08 [백준] 4470 (0) 2021.01.08 [백준] 3778 (0) 2021.01.08 [백준] 3449 (0) 2021.01.08 [백준] 3062 (0) 2021.01.08 관련글 [백준] 4592 [백준] 4470 [백준] 3778 [백준] 3449 댓글
댓글