#include <iostream>
#include <map>
#include <cmath>
using namespace std;
int main() {
const std::map<std::string, float(*)(float)> math_parse = {
{std::string("SQRT"), &std::sqrt}};
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8bWFwPgojaW5jbHVkZSA8Y21hdGg+CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgppbnQgbWFpbigpIHsKCWNvbnN0IHN0ZDo6bWFwPHN0ZDo6c3RyaW5nLCBmbG9hdCgqKShmbG9hdCk+IG1hdGhfcGFyc2UgPSB7IAogICAge3N0ZDo6c3RyaW5nKCJTUVJUIiksICZzdGQ6OnNxcnR9fTsKfQ==