CodeUp 1044-정수를 1개 입력받아 1만큼 더해 출력해보자.

resilient

·

2020. 6. 15. 17:38

728x90
반응형

a=input()
print(int(a)+1)

반응형