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