Python/백준 알고리즘
[백준][Python3] #11382. 꼬마 정민
2nan
2024. 2. 22. 15:29
728x90
코드 입력
a, b, c = map(int, input().split())
print(a+b+c)
출처 : 백준 Online Judge