XXX번 문제에서 ```py a, b = map(int, input().split()) # !! result = a + b # ~~ print(result) # ?? ``` 이 부분에서 막혔습니다. 좋은 방법이 있을까요?