!752 !include #1002057 // gooooogleMe !include #1002060 // biiiiiingMe static S answer(S s) { S x = googleMe(s); if (!isEmpty(x)) ret x; ret bingMe(s); }