class Solution: def solve(self , s , t ): # write code here return int(s)*int(t) 人生苦短,我用Python