using System.Collections; using System.ComponentModel; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; internal class Program { private const long mod = 998244353; public static List ss = new List(["watermelon", "beachball", "shrinebell"]); public static void Main(string[] args) { var s = Console.ReadLine(); var t = Console.ReadLine(); ss.ForEach(x => { if (s != x && t != x) Console.WriteLine(x); }); } public static List mkar(int n, int val) { List res = new List(n); for(int i=0;i