!747 main { !include #1001279 // Leopold static synchronized S answer(S s, L history) { if (match3("wie hei\u00dft du", s)) return "Leopold"; if (match3("wie ist deutschland", s)) return "es ist h\u00e4sslich"; if (match3("wie ist \u00f6sterreich", s)) return "es ist sehr sch\u00f6n"; if (match3("du bist lustig", s)) return "danke sch\u00f6n"; return s; } }