Exercise 5-4 Write the function strend(s, t), which returns 1 if the string t occurs at the end of the string s, and zero otherwise.