[BOJ / Python] 15894 수학은 체육과목 입니다

도니·2023년 4월 11일

BOJ / Python

목록 보기
64/105
post-thumbnail

문제

백준 15894 수학은 체육과목 입니다

코드

#BOJ 15894 수학은 체육과목 입니다

n = int(input())
print(n*4)
profile
Where there's a will, there's a way

0개의 댓글