[백준]18108번 1998년생인 내가 2541년생?!
카테고리: Baekjoon
1998년생인 내가 태국에서는 2541년생?!
풀이
y = int(input())
Result = y - (2541 - 1998)
print(Result)
1) y의 자료형이 무엇이지? int 2) y = int(input())
카테고리: Baekjoon
y = int(input())
Result = y - (2541 - 1998)
print(Result)
1) y의 자료형이 무엇이지? int 2) y = int(input())
댓글 남기기