class Solution:
    def solve(self , s: str, t: str) -> str:
        # write code here
        return str(int(s)+int(t))